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 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.