Home | Trees | Indices | Help |
|
---|
|
object --+ | FieldInfoGetter
An abstract method to retrieve table metadata.
A subclass of this must be passed into adql.parseAnnotating. Implementations must fill out the getInfosFor(tableName) method, which must return a sequence of (column name, adql.FieldInfo) pairs for the named table.
plain strings for table names will be normalised (lowercased).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
adds field infos for tableName. fieldInfos must be a sequence of (columnName, adql.FieldInfo) pairs. Note that tableName is normalised to lowercase here. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |