Uses of Interface
org.postgresql.pljava.TransactionListener
Packages that use TransactionListener
Package
Description
The PL/Java API for use in writing database procedures, functions, and types
using PL/Java.
-
Uses of TransactionListener in org.postgresql.pljava
Methods in org.postgresql.pljava with parameters of type TransactionListenerModifier and TypeMethodDescriptionvoidSession.addTransactionListener(TransactionListener listener) Adds the specifiedlistenerto the list of listeners that will receive transaction events.voidSession.removeTransactionListener(TransactionListener listener) Removes the specifiedlistenerfrom the list of listeners that will receive transaction events.