| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.structure.StructureBase --+
|
object --+ |
| |
base.common.Parser --+
|
base.structure.ParseableStructure --+
|
base.structure.Structure --+
|
object --+ |
| |
base.meta.MetaMixin --+
|
ColumnBase
A base class for columns, parameters, output fields, etc.
Actually, right now there's far too much cruft in here that should go into Column proper or still somewhere else. Hence: XXX TODO: Refactor.
See also Column for a docstring that still applies to all we've in here.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
restrictedMode = False
|
|
attrSeq =
|
|
managedAttrs =
|
|
|
Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
repr(x)
|
|
|
|
returns a guess as to whether this column is part of an index. This may return True, False, or None (unknown). |
returns a guess as to whether this column is a primary key of the embedding table. This may return True, False, or None (unknown). |
returns a short label for this column. The label is either the tablehead or, missing it, the capitalized column name. |
| Class Variable Details |
attrSeq
|
managedAttrs
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |