man Text::Query::BuildSQLMifluz () - Builder for Mifluz

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

AUTHORS

Loic Dachary (loic@senga.org)