|
NAMEText::Query::BuildSQLMifluz - Builder for MifluzSYNOPSISuse Text::Query; my $q=new Text::Query('hello and world', -parse => 'Text::Query::ParseAdvanced', -solve => 'Text::Query::SolveSQL', -build => 'Text::Query::BuildSQLMifluz'); DESCRIPTIONReturns the syntax tree. Refer to the Text::Query::BuildSQL(3) manual page for a description.SEE ALSOText::Query(3) Text::Query::BuildSQL(3)AUTHORSLoic Dachary (loic@senga.org)
Visit the GSP FreeBSD Man Page Interface. |