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

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 DBIx::SQLEngine::Criteria and DBIx::SQLEngine::Criteria::Comparison for more information on using these objects.

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

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