Uses of Interface
org.postgresql.PGNotification
-
Packages that use PGNotification Package Description org.postgresql org.postgresql.core org.postgresql.jdbc -
-
Uses of PGNotification in org.postgresql
Methods in org.postgresql that return PGNotification Modifier and Type Method 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. -
Uses of PGNotification in org.postgresql.core
Classes in org.postgresql.core that implement PGNotification Modifier and Type Class Description class
Notification
Fields in org.postgresql.core with type parameters of type PGNotification Modifier and Type Field Description private java.util.ArrayList<PGNotification>
QueryExecutorBase. notifications
Methods in org.postgresql.core that return PGNotification Modifier and Type Method Description PGNotification[]
QueryExecutor. getNotifications()
Retrieve and clear the set of asynchronous notifications pending on this connection.PGNotification[]
QueryExecutorBase. getNotifications()
Methods in org.postgresql.core with parameters of type PGNotification Modifier and Type Method Description void
QueryExecutorBase. addNotification(PGNotification notification)
-
Uses of PGNotification in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return PGNotification Modifier and Type Method Description PGNotification[]
PgConnection. getNotifications()
PGNotification[]
PgConnection. getNotifications(int timeoutMillis)
-