| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.attrdef.AttributeDef --+
|
base.attrdef.AtomicAttribute --+
|
base.attrdef.UnicodeAttribute --+
|
base.attrdef.StringListAttribute --+
|
ColumnTupleAttribute
is a tuple of column names.
In a validate method, it checks that the names actually are in parent's fields.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from Inherited from |
| Method Details |
adds a getPrimaryIn method to the parent class. This function will return the value of the primary key in a row passed. The whole thing is a bit dense in that I want to compile that method to avoid having to loop every time it is called. This compilation is done in a descriptor -- ah well, probably it's a waste of time anyway.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |