DB<C extends DBConnection> class
Constructors
-
DB.new(DBConnectionProvider<
C> connectionProvider)
Properties
-
connectionProvider
→ DBConnectionProvider<
C> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → FutureOr< void> -
commitTransaction(
{C? connection}) → Future< bool> -
executeSQL(
SQL sql, {List< SQL> ? executedSqls, C? connection}) → Future<({Object? lastID, List< Map< ? results})?>String?, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rollbackTransaction(
{C? connection}) → Future< bool> -
startTransaction(
{C? connection}) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited