KtQueryExecute<OBJ, R> extension

on

Methods

exportJsonKt() Future<KtList<KtMap<String, dynamic>>>

Available on QueryBuilder<OBJ, R, QQueryOperations>, provided by the KtQueryExecute extension

Export the results of this query as json.
findAllKt() Future<KtList<R>>

Available on QueryBuilder<OBJ, R, QQueryOperations>, provided by the KtQueryExecute extension

Find all objects that match this query.
findAllKtSync() → KtList<R>

Available on QueryBuilder<OBJ, R, QQueryOperations>, provided by the KtQueryExecute extension

Find all objects that match this query.
watchKt({bool initialReturn = false}) Stream<KtList<R>>

Available on QueryBuilder<OBJ, R, QQueryOperations>, provided by the KtQueryExecute extension

Create a watcher that yiels the results of this query whenever its results have (potentially) changed.