Text::Query::BuildSQLMySQL - Builder for MySQL
use Text::Query;
my $q=new Text::Query('hello and world',
-parse => 'Text::Query::ParseAdvanced',
-solve => 'Text::Query::SolveSQL',
-build => 'Text::Query::BuildSQLMySQL');
Generates a well formed "where" clause for
Text::Query::ParseAdvanced or Text::Query::ParseSimple suitable for query with
MySQL.
- -encoding STRING
- The encoding of the strings in the MySQL database. If the encoding
contains "BIG5" the strategy used to
match is slightly different.
Text::Query(3) Text::Query::BuildSQL(3)
Loic Dachary (loic@senga.org)