Query<T extends Model> class
Constructors
- Query(DatastoreDB dbImpl, {Partition? partition, Key? ancestorKey, Transaction? datastoreTransaction})
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
-
filter(
String filterString, Object? comparisonObject) → void - Adds a filter to this Query.
-
limit(
int limit) → void -
Sets the
limit
of this Query. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
offset(
int offset) → void -
Sets the
offset
of this Query. -
order(
String orderString) → void - Adds an order to this Query.
-
run(
) → Stream< T> - Execute this Query on the datastore.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited