Uses of Class
oracle.jdbc.OracleConnection.ConnectionValidation
-
Packages that use OracleConnection.ConnectionValidation Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
. -
-
Uses of OracleConnection.ConnectionValidation in oracle.jdbc
Methods in oracle.jdbc that return OracleConnection.ConnectionValidation 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.Methods in oracle.jdbc with parameters of type OracleConnection.ConnectionValidation 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 byeffort
at the instant during this call it was checked.boolean
OracleConnectionWrapper. isValid(OracleConnection.ConnectionValidation effort, int timeout)
-