CPGconn.finish

Prototype: PQfinish Note: this function should be called even there was an error.

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

Meta