CPGconn.setNoticeProcessor

Prototype: PQsetNoticeProcessor

class CPGconn
PQnoticeProcessor
setNoticeProcessor
nothrow
(
PQnoticeProcessor proc
,
void* arg
)
in { assert (conn !is null, "PGconn was finished!"); assert (PQsetNoticeProcessor !is null, "DerelictPQ isn't loaded!"); }

Meta