Class v.c.a.a.Comparable(_ContainableMixin, _ComparisonOperatorMuxer, _MatchingOperationMuxer, _OrderingMixin):

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

Known subclasses: vmc.contrib.axiom.attributes.SQLAttribute

Helper for a thing that can be compared like an SQLAttribute (or is in fact an SQLAttribute). Requires that 'self' have 'type' (Item-subclass) and 'columnName' (str) attributes, as well as an 'infilter' method in the spirit of SQLAttribute, documented below.
Method compare Override this in a subclass.

Inherited from _ContainableMixin:

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

Inherited from _ComparisonOperatorMuxer:

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

Inherited from _MatchingOperationMuxer:

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

Inherited from _OrderingMixin:

Method _asc Undocumented
Method _desc Undocumented
def compare(self, other, sqlop):
Override this in a subclass.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.