DBConnectionWrapper class abstract

Constructors

DBConnectionWrapper.new()

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

commitTransaction() Future<bool>
executeSQL(SQL sql, {List<SQL>? executedSqls}) Future<({Object? lastID, List<Map<String, dynamic>>? results})?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rollbackTransaction() Future<bool>
startTransaction() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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