| Home | Trees | Indices | Help |
|
|---|
|
|
FieldInfos are collections of inferred metadata on the columns present within ADQL relations.
In generation, this module distinguishes between query-like (select...) and table-like (from table references) field infos. The functions here are called from the addFieldInfo methods of the respective nodes classes.
| Classes | |
|
FieldInfos A base class for field annotations. |
|
|
TableFieldInfos FieldInfos coming from something that's basically a table in the DB. |
|
|
QueryFieldInfos FieldInfos inferred from a FROM clause. |
|
| Functions | |||
|
|||
| Variables | |
__package__ =
|
|
| Function Details |
returns true when table could be referred to by toName. This means that either the name matches or toName is table's original name. toName is a qualified name (i.e., including schema), table is some node that has a tableName. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |