Class v.c.a.a.boolean(SQLAttribute):

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

Undocumented
Method infilter used to convert a Python value to something that lives in the database;
Method outfilter used to convert an SQL value to something that lives in memory; so

Inherited from SQLAttribute:

Method __init__ Undocumented
Method computeDefault Undocumented
Method reprFor Undocumented
Method getShortColumnName
Method getColumnName
Method prepareInsert Override this method to do something to an item to prepare for its
Method coercer must return a value equivalent to the data being passed in for it to be
Method requiredSlots Undocumented
Method fullyQualifiedName
Method __repr__ Undocumented
Method type Undocumented
Method __get__
Method loaded Undocumented
Method _convertPyval Convert a Python value to a value suitable for inserting into the database.
Method __set__ Undocumented

Inherited from Comparable (via SQLAttribute):

Method compare Override this in a subclass.

Inherited from _ContainableMixin (via SQLAttribute, Comparable):

Method oneOf Choose items whose attributes are in a fixed set.
Method notOneOf Undocumented

Inherited from _ComparisonOperatorMuxer (via SQLAttribute, Comparable):

Method __eq__ Undocumented
Method __ne__ Undocumented
Method __gt__ Undocumented
Method __lt__ Undocumented
Method __ge__ Undocumented
Method __le__ Undocumented

Inherited from _MatchingOperationMuxer (via SQLAttribute, Comparable):

Method _like Undocumented
Method like Undocumented
Method notLike Undocumented
Method startswith Undocumented
Method endswith Undocumented

Inherited from _OrderingMixin (via SQLAttribute, Comparable):

Method _asc Undocumented
Method _desc Undocumented
def infilter(self, pyval, oself, store):
used to convert a Python value to something that lives in the database; so called because it is called when objects go in to the database. It takes a Python value and returns an SQL value.
def outfilter(self, dbval, oself):
used to convert an SQL value to something that lives in memory; so called because it is called when objects come out of the database. It takes an SQL value and returns a Python value.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.