Connection.setNoticeProcessor

returns the previous notice receiver or processor function pointer, and sets the new value. If you supply a null function pointer, no action is taken, but the current pointer is returned.

class Connection
nothrow
PQnoticeProcessor
setNoticeProcessor
(
PQnoticeProcessor proc
,
void* arg
)

Meta