Loic Dachary > Text-Query-SQL-0.09 > Text::Query::BuildSQLMySQL

Download:
Text-Query-SQL-0.09.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Text::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');

DESCRIPTION ^

Generates a well formed where clause for Text::Query::ParseAdvanced or Text::Query::ParseSimple suitable for query with MySQL.

OPTIONS ^

-encoding STRING

The encoding of the strings in the MySQL database. If the encoding contains BIG5 the strategy used to match is slightly different.

SEE ALSO ^

Text::Query(3) Text::Query::BuildSQL(3)

AUTHORS ^

Loic Dachary (loic@senga.org)