| Package | Description |
|---|---|
| javatools.database |
| Modifier and Type | Class and Description |
|---|---|
static class |
Database.CommitTransactionSQLException |
static class |
Database.InitTransactionSQLException |
static class |
Database.RollbackTransactionSQLException |
static class |
Database.StartAutoCommitSQLException |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Database.commitTransaction()
commits the transaction aggregated so far
if the commit fails the transaction is rolled back!
|
protected void |
PostgresDatabase.commitTransaction()
commits the transaction aggregated so far
if the commit fails the transaction is rolled back!
|
void |
Database.endTransaction()
executes the transaction and switches back from transaction mode into autocommit mode
|
void |
Database.endTransaction(boolean flush)
Deprecated.
|
void |
Database.resetTransaction()
resets the transaction rolling it back and closing it
|
Copyright © 2018. All rights reserved.