pgator-backend ~master (2021-09-30T11:15:46.9807266)
Dub
Repo
PGReconnectException
pgator
db
pq
api
The exception is thrown when PGconn has a problem with reconnecting process.
class
PGReconnectException :
PGException
{
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
pgator
db
pq
api
classes
PGEscapeException
PGException
PGMemoryLackException
PGParamNotExistException
PGQueryException
PGReconnectException
interfaces
IPGconn
IPGresult
IPostgreSQL
The exception is thrown when PGconn has a problem with reconnecting process.