| Modifier and Type | Class and Description |
|---|---|
class |
BeginTransactionStatement
Begin transaction statement.
|
class |
CommitStatement
Commit statement.
|
class |
ReleaseSavepointStatement
Release savepoint statement.
|
class |
RollbackStatement
Rollback statement.
|
class |
RollbackToSavepointStatement
Rollback to savepoint statement.
|
class |
SavepointStatement
Savepoint statement.
|
class |
SetAutoCommitStatement
Set auto commit statement.
|
class |
SetConstraintsStatement
Set constraints statement.
|
class |
SetTransactionStatement
Set transaction statement.
|
class |
XAStatement
Set transaction statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLBeginTransactionStatement
MySQL begin transaction statement.
|
class |
MySQLCommitStatement
MySQL commit statement.
|
class |
MySQLRollbackStatement
MySQL rollback statement.
|
class |
MySQLSavepointStatement
MySQL savepoint statement.
|
class |
MySQLSetAutoCommitStatement
MySQL set auto commit statement.
|
class |
MySQLSetTransactionStatement
MySQL set transaction statement.
|
class |
MySQLXAStatement
MySQL savepoint statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleCommitStatement
Oracle commit statement.
|
class |
OracleRollbackStatement
Oracle rollback statement.
|
class |
OracleSavepointStatement
Oracle savepoint statement.
|
class |
OracleSetConstraintsStatement
Oracle set constraints statement.
|
class |
OracleSetTransactionStatement
Oracle set transaction statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLBeginTransactionStatement
PostgreSQL begin transaction statement.
|
class |
PostgreSQLCommitStatement
PostgreSQL commit statement.
|
class |
PostgreSQLReleaseSavepointStatement
PostgreSQL release savepoint statement.
|
class |
PostgreSQLRollbackStatement
PostgreSQL rollback statement.
|
class |
PostgreSQLRollbackToSavepointStatement
PostgreSQL rollback to savepoint statement.
|
class |
PostgreSQLSavepointStatement
PostgreSQL savepoint statement.
|
class |
PostgreSQLSetTransactionStatement
PostgreSQL set transaction statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQL92CommitStatement
SQL92 commit statement.
|
class |
SQL92RollbackStatement
SQL92 rollback statement.
|
class |
SQL92SetTransactionStatement
SQL92 set transaction statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerBeginTransactionStatement
SQLServer begin transaction statement.
|
class |
SQLServerCommitStatement
SQLServer commit statement.
|
class |
SQLServerRollbackStatement
SQLServer rollback statement.
|
class |
SQLServerSavepointStatement
SQLServer savepoint statement.
|
class |
SQLServerSetAutoCommitStatement
SQLServer set auto commit statement.
|
class |
SQLServerSetTransactionStatement
SQLServer set transaction statement.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.