QueryExecutor class abstract interface

Implementers

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

batch(void executor(Batch batch)) Future<void>
delete(Table table, Query query) Future<int>
insert<KeyType>(Table<KeyType> table, Map<String, Object?> values, {ConflictAlgorithm conflictAlgorithm = ConflictAlgorithm.abort}) Future<KeyType>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(Table table, Query query) Future<List<Map<String, Object?>>>
toString() String
A string representation of this object.
inherited
update(Table table, Map<String, Object?> values, Query query) Future<int>
watchQuery(Table table, Query query) Stream<List<Map<String, Object?>>>

Operators

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