database ~master (2022-04-05T00:24:22.644783)
Dub
Repo
ConnectionProvider
database
postgresql
pool
Undocumented in source.
final
class
ConnectionProvider {
static
ConnectionPool
getInstance
(string host, string user, string password, string database, ushort port, uint maxConnections, uint initialConnections, uint incrementalConnections, uint waitSeconds, ConnectionOptions options);
~this
();
Connection
getConnection
();
void
releaseConnection
(Connection conn);
}
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
getConnection
Connection
getConnection
()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseConnection
void
releaseConnection
(Connection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getInstance
ConnectionPool
getInstance
(string host, string user, string password, string database, ushort port, uint maxConnections, uint initialConnections, uint incrementalConnections, uint waitSeconds, ConnectionOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
database
postgresql
pool
aliases
ConnectionPool
classes
ConnectionProvider