PyDO -- Python Data Objects
Previous:
3 Data Class Details
Up:
3 Data Class Details
Next:
2 Data Class Instance
1 Data Class Attributes
_klass
name of the data class
_baseClasses
tuple of super classes
_staticMethods
dict of static methods
_instanceMethods
dict of instance methods
_rootClass
is the
_PyDOBase
root class metaclass instance
_instantiable
is this instantiable
connectionAlias
connection alias string
table
string naming the table
mutable
are instances of this mutable?
fieldDict
the dict of columnname: dbtype
unique
list of candidate keys
sequenced
dict of attrname: seq_name
auto_increment
dict of attrname: auto_increment_name
PyDO -- Python Data Objects
Previous:
3 Data Class Details
Up:
3 Data Class Details
Next:
2 Data Class Instance
Release 1.0.