com.imaginary.lwp
Interface JDBCTransaction
- All Known Implementing Classes:
- JDBCTransactionImpl, DLJDBCTransaction
- public abstract interface JDBCTransaction
Prescribes methods specific to JDBC transactions.
Last modified $Date: 1999/10/06 21:08:56 $
- Version:
- $Revision: 1.3 $
- Author:
- George Reese (borg@imaginary.com)
commit
public void commit()
throws PersistenceException
getConnection
public java.sql.Connection getConnection()
throws java.sql.SQLException
rollback
public void rollback()
throws PersistenceException