Part of vmc.contrib.axiom.attributes View In Hierarchy
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 |