ConnectionWrapper class

Implemented types

Constructors

ConnectionWrapper(String cid, ConnectionSetting settings, RemoveConnection removeMe)

Properties

cid String
getter/setter pair
connection ↔ dynamic
getter/setter pair
handle bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idle bool
getter/setter pair
idleTs int
getter/setter pair
removeMe RemoveConnection
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings ConnectionSetting
getter/setter pair
timeoutTimer Timer
getter/setter pair

Methods

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

Operators

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