PQsetNoticeProcessor method
PQnoticeProcessor
PQsetNoticeProcessor(
- Pointer<
PGconn> conn, - PQnoticeProcessor proc,
- Pointer<
Void> arg
Implementation
PQnoticeProcessor PQsetNoticeProcessor(
ffi.Pointer<PGconn> conn,
PQnoticeProcessor proc,
ffi.Pointer<ffi.Void> arg,
) {
return _PQsetNoticeProcessor(
conn,
proc,
arg,
);
}