QueryAble class abstract

Implementers

Constructors

QueryAble()

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

cancelTransaction({String? reason}) → void
execute(String sql, {Map<String, dynamic>? substitutionValues, int? timeoutInSeconds}) Future<int>
mappedResultsQuery(String fmtString, {Map<String, dynamic>? substitutionValues, bool? allowReuse, int? timeoutInSeconds}) Future<List<Map<String, Map<String, dynamic>>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(String fmtString, {Map<String, dynamic>? substitutionValues, bool? allowReuse, int? timeoutInSeconds}) Future
toString() String
A string representation of this object.
inherited

Operators

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