com.sybase.afx.ulj
Class TransactionImpl

java.lang.Object
  extended by com.sybase.persistence.LocalTransaction
      extended by com.sybase.afx.ulj.TransactionImpl

public class TransactionImpl
extends LocalTransaction


Constructor Summary
TransactionImpl(ConnectionImpl dbConn)
           
 
Method Summary
 void commit()
          Commit the database transactions.
 void rollback()
          Rollback the database transactions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionImpl

public TransactionImpl(ConnectionImpl dbConn)
Method Detail

commit

public void commit()
Description copied from class: LocalTransaction
Commit the database transactions.

Specified by:
commit in class LocalTransaction

rollback

public void rollback()
Description copied from class: LocalTransaction
Rollback the database transactions.

Specified by:
rollback in class LocalTransaction