GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SQLEngine::Criteria::Compound(3) User Contributed Perl Documentation SQLEngine::Criteria::Compound(3)

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.

new ( @criteria ) : $compound
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 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.

2004-11-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.