pgator-backend ~try_next_gen (2022-05-28T00:47:55.7961488)
Dub
Repo
PQConnProvider
pgator
db
pq
connection
Undocumented in source.
synchronized
class
PQConnProvider :
IConnectionProvider
{
this
(ILogger logger, IPostgreSQL api);
shared
(
IConnection
)
allocate
();
}
Constructors
this
this
(ILogger logger, IPostgreSQL api)
Undocumented in source.
Members
Functions
allocate
shared
(
IConnection
)
allocate
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IConnectionProvider
allocate
shared
(
IConnection
)
allocate
()
Allocates new connection shared across threads.
Meta
Source
See Implementation
pgator
db
pq
connection
aliases
Dpq2ConnectException
classes
PQConnProvider
PQConnection