Class PgNotificationResponse.

Inherits PgServerMessage

The frontend sends us this when someone has run notify, see http://www.postgresql.org/docs/8.1/static/sql-notify.html and http://www.postgresql.org/docs/8.1/static/protocol-message-formats.html

We invoke DatabaseSignal.

EString PgNotificationResponse::name() const

Returns the NOTIFY argument without any quoting.

uint PgNotificationResponse::pid() const

Returns the notification pid as specified by the server.

EString PgNotificationResponse::source() const

Returns the notification source, usually an empty string.

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.