Uses of Class
oracle.jdbc.OracleConnection.DRCPState
-
Packages that use OracleConnection.DRCPState Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
. -
-
Uses of OracleConnection.DRCPState in oracle.jdbc
Methods in oracle.jdbc that return OracleConnection.DRCPState 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.
-