org.postgresql.pljava
Interface TransactionListener


public interface TransactionListener


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

Method Detail

onAbort

void onAbort(Session session)
             throws java.sql.SQLException
Throws:
java.sql.SQLException

onCommit

void onCommit(Session session)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

onPrepare

void onPrepare(Session session)
               throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT