Uses of Interface
org.postgresql.pljava.SavepointListener

Packages that use SavepointListener
org.postgresql.pljava   
org.postgresql.pljava.internal   
 

Uses of SavepointListener in org.postgresql.pljava
 

Methods in org.postgresql.pljava with parameters of type SavepointListener
 void Session.addSavepointListener(SavepointListener listener)
          Adds the specified listener to the list of listeners that will receive savepoint events.
 void Session.removeSavepointListener(SavepointListener listener)
          Removes the specified listener from the list of listeners that will receive savepoint events.
 

Uses of SavepointListener in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal with parameters of type SavepointListener
 void Session.addSavepointListener(SavepointListener listener)
          Adds the specified listener to the list of listeners that will receive savepoint events.
 void Session.removeSavepointListener(SavepointListener listener)
          Removes the specified listener from the list of listeners that will receive savepoint events.