NAME
DBIx::SQLEngine::Criteria::Or - Compound Any Criteria
SYNOPSIS
my $crit = DBIx::SQLEngine::Criteria::Or->new( $crit, ... );
DESCRIPTION
DBIx::SQLEngine::Criteria::Or objects are built around an array of other criteria, any of which may be satisified in order for the Or 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) 1996, 1997, 1999, 2000, 2001 Evolution Online Systems, Inc.