| 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[] |
QueryExecutor.getNotifications()
Retrieve and clear the set of asynchronous notifications pending on this connection.
|
PGNotification[] |
QueryExecutorBase.getNotifications() |
| 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 © 2018 PostgreSQL Global Development Group. All rights reserved.