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

Search results for "module:Text::Query"

Text::Query - Query processing framework River stage zero No dependents

This module provides an object that matches a data source against a query expression. Query expressions are compiled into an internal form when a new object is created or the "prepare" method is called; they are not recompiled on each match. The clas...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::Build - Base class for query builders River stage zero No dependents

This module provides a virtual base class for query builders. Query builders are called by the parser logic. A given set of functions is provided by the builder to match a Boolean logic. All the methods return a scalar corresponding to the code that ...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::Parse - Base class for query parsers River stage zero No dependents

This module provides a virtual base class for query parsers. It defines the "prepare" method that is called by the "Text::Query" object to compile the query string....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::Solve - Base class for query resolution River stage zero No dependents

This module provides a virtual base class for query resolution. It defines the "match" and "matchscalar" method that is called by the "Text::Query" object to apply a query on a data source....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

DBomb::Query::Text - Just a wrapper around plain sql. River stage zero No dependents

This class is a wrapper around a scalar $text value. The reason it exists is so DBomb::Query can call $foo->sql() and not blow up if $foo is plain text....

MILLAWAY/DBomb-0.20 - 12 Aug 2004 20:14:32 UTC

Text::Query::Optimize - Base class for query parsers River stage zero No dependents

This module provides a virtual base class for query optimizers. It defines the "optimize" method that is called by the "Text::Query" object to optimize the internal query....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::SolveSQL - Apply query expression to an SQL database River stage one • 1 direct dependent • 1 total dependent

Applies a select order computed by a "Text::Query" object whose builder is derived from "Text::Query::BuildSQL" to a "DBI" object....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSQL - Base class for SQL query builders River stage one • 1 direct dependent • 1 total dependent

Defines all the "build_*" functions to build a syntax tree. The tree nodes are [ operator scope operand operand... ]. The "build_final_expression" function translate the syntax tree in a "where" clause using the "resolve" method. If the scope of the ...

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSQLPg - Builder for Postgres River stage one • 1 direct dependent • 1 total dependent

Generates a well formed "where" clause for Text::Query::ParseAdvanced or Text::Query::ParseSimple suitable for query with Postgres. Code is mainly based on Text:Query::BuildSQLMySQL....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Treesitter::Query - represents a set of tree-sitter query patterns River stage zero No dependents

Instances of this class represent a set of query patterns that can be performed against a node tree. Each pattern describes a shape of nodes in the tree by their type, and assigns certain nodes within that subtree to named captures. This is somewhat ...

PEVANS/Text-Treesitter-0.12 - 28 Dec 2023 19:02:05 UTC

Text::Query::ParseSimple - Parse AltaVista simple query syntax River stage zero No dependents

This module provides an object that parses a string containing a Boolean query expression similar to an AltaVista "simple query". Elements of the query expression may be assigned weights. It's base class is Text::Query::Parse; Query expressions are c...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::BuildSQLMySQL - Builder for MySQL River stage one • 1 direct dependent • 1 total dependent

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

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::ParseAdvanced - Parse AltaVista advanced query syntax River stage zero No dependents

This module provides an object that parses a string containing a Boolean query expression similar to an AltaVista "advanced query". It's base class is Text::Query::Parse; Query expressions consist of literal strings (or regexps) joined by the followi...

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::BuildSQLMifluz - Builder for Mifluz River stage one • 1 direct dependent • 1 total dependent

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

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSQLFulcrum - Builder for Fulcrum SearchServer River stage one • 1 direct dependent • 1 total dependent

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

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Bundle::Text::Query::BuildSQL - A bundle to install related modules River stage one • 1 direct dependent • 1 total dependent

This bundle defines all reqreq modules....

LDACHARY/Text-Query-SQL-0.09 - 27 Dec 2000 14:46:37 UTC

Text::Query::BuildSimpleString - Builder for Text::Query::ParseSimple to build regexps River stage zero No dependents

Build a regexp to match the simple query parsed by Text::Query::ParseSimple. The words of the query can be regular expressions and will provide the expected result if the "-regexp" option is set....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::SolveSimpleString - Apply query expression on strings River stage zero No dependents

Applies an expression built by "Text::Query::BuildSimpleString" to a list of strings....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::SolveAdvancedString - Apply query expression on strings River stage zero No dependents

Applies an expression built by "Text::Query::BuildAdvancedString" to a list of strings....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC

Text::Query::BuildAdvancedString - Builder for Text::Query::ParseAdvanced to build regexps River stage zero No dependents

Build a regexp to match the advanced query parsed by Text::Query::ParseAdvanced. The words of the query can be regular expressions and will provide the expected result if the "-regexp" option is set....

JONJ/Text-Query-0.09 - 13 Aug 2013 12:07:09 UTC
65 results (0.043 seconds)