| DBIx-SQLEngine documentation | view source | Contained in the DBIx-SQLEngine distribution. |
DBIx::SQLEngine::Criteria::Greater - Criteria for Basic Comparison
my $crit = DBIx::SQLEngine::Criteria::Greater->new( $expr, $value );
DBIx::SQLEngine::Criteria::Greater objects check that an expression is greater than a given reference value.
Returns ">".
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.
| DBIx-SQLEngine documentation | view source | Contained in the DBIx-SQLEngine distribution. |