CPGconn.resetStart

Prototype: PQresetStart

class CPGconn
void
resetStart
(
)
in { assert (conn !is null, "PGconn was finished!"); assert (PQresetStart !is null, "DerelictPQ isn't loaded!"); }

Throws

PGReconnectException

Meta