DBIx::SQLEngine::Criteria::Like - Criteria for SQL92 Like Wildcards


NAME

DBIx::SQLEngine::Criteria::Like - Criteria for SQL92 Like Wildcards


SYNOPSIS

  my $crit = DBIx::SQLEngine::Criteria::Like->new( $expr, $value );


DESCRIPTION

DBIx::SQLEngine::Criteria::Like objects check that an expression matches a given SQL wildcard pattern. ANSI SQL 92 provides for "%" wildcards, and some vendors support additional patterns.

sql_comparator()

Returns "like".


SEE ALSO

See the DBIx::SQLEngine::Criteria manpage and the DBIx::SQLEngine::Criteria::Comparison manpage for more information on using these objects.

See the DBIx::SQLEngine manpage for the overall interface and developer documentation.

See the DBIx::SQLEngine::Docs::ReadMe manpage for general information about this distribution, including installation and license information.