Database class

Constructors

Database()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lock bool
getter/setter pair
pools Map<String, ConnectionWrapper>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings ConnectionSetting
getter/setter pair

Methods

getConnection() Future<ConnectionWrapper>
init(ConnectionSetting config, {int poolSize = 4}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
releaseLock() → void
removeConnection(String connId) → void
requireLock() Future
toString() String
A string representation of this object.
inherited

Operators

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