![]() |
![]()
| ![]() |
![]()
NAMEDBIx::SQLEngine::Criteria::Like - Criteria for SQL92 Like Wildcards SYNOPSISmy $crit = DBIx::SQLEngine::Criteria::Like->new( $expr, $value ); DESCRIPTIONDBIx::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.
SEE ALSOSee 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.
|