org.postgresql.pljava
Interface TransactionListener


public interface TransactionListener

Author:
Thomas Hallgren

Method Summary
 void onAbort(Session session)
           
 void onCommit(Session session)
           
 void onPrepare(Session session)
           
 

Method Detail

onAbort

void onAbort(Session session)
             throws SQLException
Throws:
SQLException

onCommit

void onCommit(Session session)
              throws SQLException
Throws:
SQLException

onPrepare

void onPrepare(Session session)
               throws SQLException
Throws:
SQLException