PSQLConnection.noticeCallback

NoticeResponse messages will be parsed and passed to this callback during 'pollMessages' call.

class PSQLConnection(SocketT = StdSocket, alias logTrace = nop_logger, alias logError = nop_logger)
void delegate(typeof(this) con, Notice n) nothrow @safe noticeCallback;

Meta