DBIx::SQLEngine::Criteria::Like - Criteria for SQL92 Like Wildcards
my $crit = DBIx::SQLEngine::Criteria::Like->new( $expr, $value );
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 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.