Connection.setNoticeProcessor

Sets or examines the current notice processor

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
PQnoticeProcessor
setNoticeProcessor
nothrow
(
PQnoticeProcessor proc
,
void* arg
)

Meta