The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

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 DBIx::SQLEngine::Criteria::Compound for more.

VERSION

2001-06-28 Moved to DBIx::O2:: namespace. Separated from base Compound module.

AUTHORS

Developed by Evolution Online Systems:

  M. Simon Cavalletto, simonm@evolution.com

LICENSE

This module is free software. It may be used, redistributed and/or modified under the same terms as Perl.

Copyright (c) 1998, 1999, 2000, 2001 Evolution Online Systems, Inc.