|  |  
 |   |   
 NAMEText::Query::BuildSQLMySQL - Builder for MySQL SYNOPSIS  use Text::Query;
  my $q=new Text::Query('hello and world',
                        -parse => 'Text::Query::ParseAdvanced',
                        -solve => 'Text::Query::SolveSQL',
                        -build => 'Text::Query::BuildSQLMySQL');
DESCRIPTIONGenerates a well formed "where" clause for Text::Query::ParseAdvanced or Text::Query::ParseSimple suitable for query with MySQL. OPTIONS
 SEE ALSOText::Query(3) Text::Query::BuildSQL(3) AUTHORSLoic Dachary (loic@senga.org) 
 
 |