getAll<P, R extends Record> abstract method
Fetches all rows matching the query.
Implementation
Future<SafeResultSet<R>> getAll<P, R extends Record>(
Query<P, R> query, [
P? params,
]);
Fetches all rows matching the query.
Future<SafeResultSet<R>> getAll<P, R extends Record>(
Query<P, R> query, [
P? params,
]);