|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OracleConnection.CommitOption | |
---|---|
oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc . |
Uses of OracleConnection.CommitOption in oracle.jdbc |
---|
Methods in oracle.jdbc that return OracleConnection.CommitOption | |
---|---|
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. |
Method parameters in oracle.jdbc with type arguments of type OracleConnection.CommitOption | |
---|---|
void |
OracleConnectionWrapper.commit(EnumSet<OracleConnection.CommitOption> flags) |
void |
OracleConnection.commit(EnumSet<OracleConnection.CommitOption> options) Commits the transaction with the given options. |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |