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


DBIx-SQLEngine documentation  | view source Contained in the DBIx-SQLEngine distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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




DESCRIPTION

Top

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

Top

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.