public interface TransactionManager
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Begin transaction.
|
void |
commit()
Commit transaction.
|
void |
rollback()
Rollback transaction.
|
void begin()
throws SQLException
SQLException - SQL Exceptionvoid commit()
throws SQLException
SQLException - SQL Exceptionvoid rollback()
throws SQLException
SQLException - SQL ExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.