Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method | Description |
---|---|---|
static OracleConnection.ConnectionValidation |
OracleConnection.ConnectionValidation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OracleConnection.ConnectionValidation[] |
OracleConnection.ConnectionValidation.values() |
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
OracleConnection.isValid(OracleConnection.ConnectionValidation effort, int timeout) |
Returns true if this connection was working properly to the extent specified by
effort at the instant during this call it was checked. |
boolean |
OracleConnectionWrapper.isValid(OracleConnection.ConnectionValidation effort, int timeout) |