DBIx::SQLEngine::Criteria::Compound - Superclass for And and Or
my $crit = DBIx::SQLEngine::Criteria::CompoundSubclass->new( $crit, ... );
DBIx::SQLEngine::Criteria::Compound objects are built around an array of other criteria.
Constructor.
subs()
$criteria->subs() : @criteria
Returns all of the contained criteria.
push_subs()
$criteria->push_subs ( @criteria )
unshift_subs()
$criteria->unshift_subs ( @criteria )
sql_where()
$criteria->sql_where() : $sql, @params
Generates SQL criteria expression.
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.