Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method | Description |
---|---|---|
static OracleConnection.CommitOption |
OracleConnection.CommitOption.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OracleConnection.CommitOption[] |
OracleConnection.CommitOption.values() |
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OracleConnection.commit(EnumSet<OracleConnection.CommitOption> options) |
Commits the transaction with the given options.
|
void |
OracleConnectionWrapper.commit(EnumSet<OracleConnection.CommitOption> flags) |