pgator-backend ~try_next_gen (2022-05-28T00:47:55.7961488)
Dub
Repo
PostgreSQL
pgator
db
pq
libpq
Undocumented in source.
synchronized
class
PostgreSQL :
IPostgreSQL
{
this
(ILogger plogger);
shared
(
ILogger
)
logger
();
shared
(
IPGconn
)
startConnect
(string conninfo);
}
Constructors
this
this
(ILogger plogger)
Undocumented in source.
Members
Functions
logger
shared
(
ILogger
)
logger
()
Undocumented in source. Be warned that the author may not have intended to support it.
startConnect
shared
(
IPGconn
)
startConnect
(string conninfo)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IPostgreSQL
startConnect
shared
(
IPGconn
)
startConnect
(string conninfo)
Prototype: PQconnectStart
Meta
Source
See Implementation
pgator
db
pq
libpq
aliases
Dpq2Connection
classes
CPGconn
CPGresult
PostgreSQL