NestedQuery class

A nested query found in a SQL statement.

See the NestedQueryAnalyzer for an overview on how nested queries work.

Inheritance

Constructors

NestedQuery(NestedQueriesContainer parent, NestedQueryColumn queryColumn)

Properties

addedColumns List<ExpressionResultColumn>
Columns that should be added to the select statement to read variables captured by children.
finalinherited
capturedVariables Map<Reference, CapturedVariable>
All references that read from a table only available in the outer select statement. It will need to be transformed in a later step.
final
hashCode int
The hash code for this object.
no setterinherited
nestedQueries Map<NestedQueryColumn, NestedQuery>
finalinherited
parent NestedQueriesContainer
final
queryColumn → NestedQueryColumn
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select → SelectStatement
finalinherited
variablesCapturedByChildren Iterable<CapturedVariable>
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited