AbstractPool class abstract

Implementers

Constructors

AbstractPool()

Properties

C_DEFAULT_DBNAME String
getter/setter pair
C_DEFAULT_DIR String
getter/setter pair
dataBaseName String?
getter/setter pair
directory String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxPoolSize int
getter/setter pair
poolName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tools AbstractSqlStrings
getter/setter pair

Methods

closeConnection() → void
closePool() → void
getConnection() Future<AbstractDatabase>
getDBType() DBType
getMaximumPoolSize() int
getPoolName(String? dir, String? dbn) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUpPool(String? dir, String dbn, int maxPoolSize) → void
supportsPool() bool
toString() String
A string representation of this object.
override

Operators

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

Static Properties

dbPool Map<String, Object>?
getter/setter pair