Package | Description |
---|---|
org.postgresql | |
org.postgresql.core | |
org.postgresql.jdbc |
Modifier and Type | Method and Description |
---|---|
PGNotification[] |
PGConnection.getNotifications()
This method returns any notifications that have been received since the last call to this
method.
|
PGNotification[] |
PGConnection.getNotifications(int timeoutMillis)
This method returns any notifications that have been received since the last call to this
method.
|
Modifier and Type | Class and Description |
---|---|
class |
Notification |
Modifier and Type | Method and Description |
---|---|
PGNotification[] |
QueryExecutorBase.getNotifications() |
PGNotification[] |
QueryExecutor.getNotifications()
Retrieve and clear the set of asynchronous notifications pending on this connection.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutorBase.addNotification(PGNotification notification) |
Modifier and Type | Method and Description |
---|---|
PGNotification[] |
PgConnection.getNotifications() |
PGNotification[] |
PgConnection.getNotifications(int timeoutMillis) |
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.