public interface PGNotification
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns name of this notification.
|
String |
getParameter()
Returns additional information from the notifying process.
|
int |
getPID()
Returns the process id of the backend process making this notification.
|
String getName()
int getPID()
String getParameter()
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.