Query<V> class

A statement compiled from a builder and ready to be turned into SQL: the clauses that make it up, plus the shape describing how to decode the rows it returns.

Constructors

Query({required Map<int, Clause> clauses, required Selectable<Object?> shape})
A statement compiled from a builder and ready to be turned into SQL: the clauses that make it up, plus the shape describing how to decode the rows it returns.
const

Properties

clauses Map<int, Clause>
The clauses that compose this statement.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape Selectable<Object?>
The shape of how each row of this query will return.
final

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