Uses of Interface
org.postgresql.pljava.Session

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

Uses of Session in org.postgresql.pljava
 

Methods in org.postgresql.pljava that return Session
static Session SessionManager.current()
          Returns the current session.
 

Methods in org.postgresql.pljava with parameters of type Session
 void TransactionListener.onAbort(Session session)
           
 void SavepointListener.onAbort(Session session, Savepoint savepoint, Savepoint parent)
           
 void TransactionListener.onCommit(Session session)
           
 void SavepointListener.onCommit(Session session, Savepoint savepoint, Savepoint parent)
           
 void TransactionListener.onPrepare(Session session)
           
 void SavepointListener.onStart(Session session, Savepoint savepoint, Savepoint parent)
           
 

Uses of Session in org.postgresql.pljava.internal
 

Classes in org.postgresql.pljava.internal that implement Session
 class Session
          An instance of this interface reflects the current session.