Home | Trees | Indices | Help |
|
---|
|
Code to bind the adql library to the data center software.
Classes | |
TDContext An object keeping track of the generation of a table definition for ADQL output. |
|
DaCHSFieldInfoGetter | |
ADQLCore A core taking an ADQL query from its query argument and returning the result of that query in a standard table. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__package__ =
|
Function Details |
returns a DaCHS-internal table name suitable for dc.tablemeta for an ADQL TableName node. In particular, in DaCHS we don't support catalog, so that errors out immediately. Also, we don't support delimited table identifiers. Anything delimited not consisting exclusively of lower case letters must therefore fail immediately. When they're all lowercase, people engaged in gratuitous quoting. Then, just unquote and move on. |
returns an postgres query and an (empty) result table for the ADQL in query. For an explanation of maxrec and hardLimit, as well as the additional table.tableDef.overflowLimit attribute on the returned table, see _updateMatchLimits above; this will always be an integer. |
returns a DataSet for query (a string containing ADQL). This will set timeouts and other things for the connection in question. You should have one allocated especially for this query. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |