pgator-backend ~master (2015-09-16T20:06:43Z)
Dub
Repo
CPGconn.setNoticeProcessor
pgator
db
pq
libpq
CPGconn
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
Source
See Implementation
pgator
db
pq
libpq
CPGconn
functions
consumeInput
db
errorMessage
escapeLiteral
finish
flush
getResult
host
isBusy
parameterStatus
poll
port
resetPoll
resetStart
sendQuery
sendQueryParams
sendQueryParamsExt
setNoticeProcessor
setNoticeReceiver
status
user
Prototype: PQsetNoticeProcessor