The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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)