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

NAME

DBIx::SQLEngine::Criteria::Equality - Criteria for Basic Equality

SYNOPSIS

  my $crit = DBIx::SQLEngine::Criteria::Equality->new( $expr, $value );

DESCRIPTION

DBIx::SQLEngine::Criteria::Equality objects are check that an expression exactly matches a given reference value.

sql_comparator()

Returns "=".

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.