NestedQueriesContainer class Null safety
Something that can contain nested queries.
This contains the root select statement and all nested queries that appear in a nested queries container.
- Implementers
Constructors
Properties
-
addedColumns
→ List<
ExpressionResultColumn> -
Columns that should be added to the select statement to read variables
captured by children.
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
-
nestedQueries
→ Map<
NestedQueryColumn, NestedQuery> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- select → SelectStatement
-
final
-
variablesCapturedByChildren
→ Iterable<
CapturedVariable> -
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited