Class v.c.a.a.AggregateComparison:

Part of vmc.contrib.axiom.attributes View In Hierarchy

Known subclasses: vmc.contrib.axiom.attributes.AND, vmc.contrib.axiom.attributes.OR

Implements interfaces: vmc.contrib.axiom.iaxiom.IComparison

Abstract base class for compound comparisons that aggregate other comparisons - currently only used for AND and OR comparisons.
Method __init__ Undocumented
Method getQuery Return an SQL string with ?-style bind parameter syntax thingies.
Method getArgs Return a sequence of arguments suitable for use to satisfy the bind
Method getInvolvedTables Return a sequence of Item subclasses which are referenced by this
Method __repr__ Undocumented
def __init__(self, *conditions):
Undocumented
def getQuery(self, store):
Return an SQL string with ?-style bind parameter syntax thingies.
def getArgs(self, store):
Return a sequence of arguments suitable for use to satisfy the bind parameters in the result of getQuery.
def getInvolvedTables(self):
Return a sequence of Item subclasses which are referenced by this comparison. A class may appear at most once.
def __repr__(self):
Undocumented
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.