DatabasePoolManager class

Configuration for connecting to the Postgresql database.

Constructors

DatabasePoolManager(SerializationManagerServer serializationManager, DatabaseConfig config)
Creates a new DatabasePoolManager. Typically, this is done automatically when starting the Server.

Properties

config → DatabaseConfig
Database configuration.
final
hashCode int
The hash code for this object.
no setterinherited
pool → PgPool
Postgresql connection pool created from configuration.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializationManager SerializationManager
Access to the serialization manager.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

encoder → ValueEncoder
The encoder used to encode objects for storing in the database.
final