DBIx::SQLEngine::Criteria::And - Criteria for Compound "All"


NAME

DBIx::SQLEngine::Criteria::And - Criteria for Compound "All"


SYNOPSIS

  my $crit = DBIx::SQLEngine::Criteria::And->new( $crit, ... );


DESCRIPTION

DBIx::SQLEngine::Criteria::And objects are built around an array of other criteria, all of which must be satisified in order for the And criterion to be met.


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.