Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.autonode.AutoNode --+ | ADQLNode --+ | ColumnBearingNode
A Node types defining selectable columns.
These are tables, subqueries, etc. This class is the basis for the annotation of tables and subqueries.
Their getFieldInfo(name)->fi method gives annotation.FieldInfos objects for their columns, None for unknown columns.
These keep their fieldInfos on a change()
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from Inherited from |
Class Variables | |
fieldInfos = None hash(x) |
|
originalTable = None hash(x) |
|
Properties | |
Inherited from |
Method Details |
returns a shallow copy of self with constructor arguments in kwargs changed.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |