The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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