pgator-backend ~master (2021-09-30T11:15:46.9807266)
Dub
Repo
PGMemoryLackException
pgator
db
pq
api
The exception is thrown when libpq ran in out of memory problems.
class
PGMemoryLackException :
PGException
{
this
(string file, size_t line);
}
Constructors
this
this
(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 libpq ran in out of memory problems.