Text::Query::BuildSQLMifluz.3pm

Langue: en

Autres versions - même langue

Version: 2000-04-21 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Text::Query::BuildSQLMifluz - Builder for Mifluz

SYNOPSIS

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

DESCRIPTION

Returns the syntax tree. Refer to the Text::Query::BuildSQL(3) manual page for a description.

SEE ALSO

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

AUTHORS

Loic Dachary (loic@senga.org)