Uses of Interface
org.postgresql.PGNotification
Packages that use PGNotification
-
Uses of PGNotification in org.postgresql
Methods in org.postgresql that return PGNotificationModifier and TypeMethodDescriptionPGConnection.getNotifications()
This method returns any notifications that have been received since the last call to this method.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 PGNotificationMethods in org.postgresql.core that return PGNotificationModifier and TypeMethodDescriptionQueryExecutor.getNotifications()
Retrieve and clear the set of asynchronous notifications pending on this connection.QueryExecutorBase.getNotifications()
Methods in org.postgresql.core with parameters of type PGNotificationModifier and TypeMethodDescriptionvoid
QueryExecutorBase.addNotification
(PGNotification notification) -
Uses of PGNotification in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return PGNotificationModifier and TypeMethodDescriptionPgConnection.getNotifications()
PgConnection.getNotifications
(int timeoutMillis)