Interface v.c.a.i.IComparison(Interface):

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

Known implementations: vmc.contrib.axiom.attributes.AggregateComparison, vmc.contrib.axiom.attributes.AttributeValueComparison, vmc.contrib.axiom.attributes.LikeComparison, vmc.contrib.axiom.attributes.NullComparison, vmc.contrib.axiom.attributes.SequenceComparison, vmc.contrib.axiom.attributes.TableOrderComparisonWrapper, vmc.contrib.axiom.attributes.TwoAttributeComparison

An object that represents an in-database comparison. A predicate that may apply to certain items in a store. Passed as an argument to attributes.AND, .OR, and Store.query(...)
Method getInvolvedTables Return a sequence of Item subclasses which are referenced by this
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
def getInvolvedTables():
Return a sequence of Item subclasses which are referenced by this comparison. A class may appear at most once.
def getQuery(store):
Return an SQL string with ?-style bind parameter syntax thingies.
def getArgs(store):
Return a sequence of arguments suitable for use to satisfy the bind parameters in the result of getQuery.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.