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. -
- <section role="region">
Uses of OracleConnection.DRCPState in oracle.jdbc
</section>Methods in oracle.jdbc that return OracleConnection.DRCPState Modifier and Type Method Description OracleConnection.DRCPStateOracleConnection. getDRCPState()Returns an enum indicating if the connection is attached to a DRCP server process.OracleConnection.DRCPStateOracleConnectionWrapper. getDRCPState()static OracleConnection.DRCPStateOracleConnection.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.
- <section role="region">