Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method | Description |
---|---|---|
OracleConnection.DRCPState |
OracleConnection.getDRCPState() |
Returns an enum indicating if the connection is attached to a DRCP server process.
|
OracleConnection.DRCPState |
OracleConnectionWrapper.getDRCPState() |
|
static OracleConnection.DRCPState |
OracleConnection.DRCPState.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OracleConnection.DRCPState[] |
OracleConnection.DRCPState.values() |
Returns an array containing the constants of this enum type, in the order they are declared.
|