Having class
Constructors
- Having()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
options
→ Map<
String, dynamic> -
no setterinherited
- parameters → Parameters
-
no setterinherited
- queryId → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tokens
↔ Map<
ListenerToken, StreamSubscription> -
getter/setter pairinherited
Methods
-
addChangeListener(
dynamic callback(QueryChange)) → Future< ListenerToken?> -
Adds a query change listener and posts changes to
callback.inherited -
execute(
) → Future< ResultSet> -
Executes the query.
inherited
-
explain(
) → Future< String> -
Returns a string describing the implementation of the compiled query.
inherited
-
limit(
Expression expression, {Expression? offset}) → Limit -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
orderBy(
List< Ordering> orderingList) → OrderBy -
removeChangeListener(
ListenerToken? token) → Future< void> -
Removes a change listener wih the given listener token.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited