PgNotification

A notification emited by Postgres.

Constructors

this
this()
Undocumented in source.

Members

Functions

getChannel
string getChannel()

@return the notification channel value

getPayload
string getPayload()

@return the notification payload value

getProcessId
int getProcessId()

@return the notification process id

setChannel
PgNotification setChannel(string channel)

Set the channel value.

setPayload
PgNotification setPayload(string payload)

Set the payload value.

setProcessId
PgNotification setProcessId(int processId)

Set the process id.

Meta