DBIx::SQLEngine::Criteria::Lesser - Criteria for Basic Comparison


NAME

DBIx::SQLEngine::Criteria::Lesser - Criteria for Basic Comparison


SYNOPSIS

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


DESCRIPTION

DBIx::SQLEngine::Criteria::Lesser objects check that an expression is less than a given reference value.

sql_comparator()

Returns "<".


SEE ALSO

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.