borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
borland.jbcl.dataset.TransactionSupport
Methods
Implemented by SQLResolutionManager
The TransactionSupport interface collects transaction support behavior. Any objects that implement this interface are responsible for implementing start(), commit(), and rollback() methods. Additionally, implementors need to support the singleTransaction property through isSingleTransaction(). This property dictates whether an individual transaction is started and committed for each DataSet, or whether all work is performed in one transaction. The Database component implements this interface for a JDBC implementation.
public void commit()
public void rollback()
public void start()