Text::Query::BuildSQLMySQL - Builder for MySQL


Text-Query-SQL documentation  | view source Contained in the Text-Query-SQL distribution.

Index


NAME

Top

Text::Query::BuildSQLMySQL - Builder for MySQL

SYNOPSIS

Top

  use Text::Query;
  my $q=new Text::Query('hello and world',
                        -parse => 'Text::Query::ParseAdvanced',
                        -solve => 'Text::Query::SolveSQL',
                        -build => 'Text::Query::BuildSQLMySQL');




DESCRIPTION

Top

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

OPTIONS

Top

-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

Top

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

AUTHORS

Top

Loic Dachary (loic@senga.org)


Text-Query-SQL documentation  | view source Contained in the Text-Query-SQL distribution.