Sqlite3Pool class

Inheritance

Constructors

Sqlite3Pool(String? dir, String dbn)

Properties

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

Methods

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

Operators

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

Static Properties

C_EXT String
final