DBIx::SQLEngine::Criteria::Equality - Criteria for Basic Equality
my $crit = DBIx::SQLEngine::Criteria::Equality->new( $expr, $value );
DBIx::SQLEngine::Criteria::Equality objects are check that an expression exactly matches a given reference value.
sql_comparator()
Returns "=".
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.