| biz.hammurapi.sql.Transaction
Transaction | public interface Transaction (Code) | | Interface to execute a series of database operation in a transaction.
author: Pavel Vlasov |
execute | boolean execute(SQLProcessor processor) throws SQLException(Code) | | Parameters: processor - true if transaction shall be commited, false if it should be rolled back. throws: SQLException - If exception is thrown then transaction is rolled back. |
|
|