Home | Trees | Indices | Help |
|
---|
|
object --+ | FieldInfos --+ | QueryFieldInfos
FieldInfos inferred from a FROM clause.
To instanciate those, use the makeForNode class method below.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Methods | |||
|
Class Variables | |
enclosingQuery = None hash(x) |
Properties | |
Inherited from |
Method Details |
cf. TableFieldInfos.makeForNode. |
returns a field info for colName from anything in the from clause. That is, the columns in the select clause are ignored. Use this to resolve expressions from the queries' select clause. See getFieldInfo for refName |
returns a field info for colName in self or any tables this query takes columns from. To do that, it collects all fields of colName in self and subTables and returns the matching field if there's exactly one. Otherwise, it will raise ColumnNotFound or AmbiguousColumn. If the node.TableName instance refName is given, the search will be restricted to the matching tables.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |