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