Uses of Enum Class
oracle.jdbc.OracleConnection.DRCPState
Packages that use OracleConnection.DRCPState
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of OracleConnection.DRCPState in oracle.jdbc
Methods in oracle.jdbc that return OracleConnection.DRCPStateModifier and TypeMethodDescriptionOracleConnection.getDRCPState()Returns an enum indicating if the connection is attached to a DRCP server process.OracleConnectionWrapper.getDRCPState()static OracleConnection.DRCPStateReturns the enum constant of this class with the specified name.static OracleConnection.DRCPState[]OracleConnection.DRCPState.values()Returns an array containing the constants of this enum class, in the order they are declared.