Query class

Implementers

Constructors

Query({required CloudBaseCore core, required String coll, dynamic fieldFilters, List<QueryOrder>? fieldOrders, QueryOption? queryOptions})

Properties

coll String
no setter
core CloudBaseCore
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

count() Future<DbQueryResponse>
field(Map<String, bool> projection) Query
get() Future<DbQueryResponse>
limit(int limit) Query
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderBy(String fieldPath, String directionStr) Query
remove() Future<DbRemoveResponse>
skip(int offset) Query
toString() String
A string representation of this object.
inherited
update(Map<String, dynamic>? data) Future<DbUpdateResponse>
watch({void onChange(Snapshot snapshot)?, void onError(dynamic error)?}) RealtimeListener
where(dynamic query) Query

Operators

operator ==(Object other) bool
The equality operator.
inherited