SelectSlot class abstract final

Render-weight anchors for the clauses a core SELECT emits.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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

Constants

columns → const int
The selected columns/expressions.
from → const int
FROM "table".
groupBy → const int
GROUP BY ....
having → const int
HAVING ....
joins → const int
JOIN ... clauses.
limit → const int
LIMIT ....
offset → const int
OFFSET ....
orderBy → const int
ORDER BY ....
verb → const int
SELECT keyword.
where → const int
WHERE ....