Uses of Enum Class
oracle.jdbc.OracleConnection.ConnectionValidation
Packages that use OracleConnection.ConnectionValidation
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of OracleConnection.ConnectionValidation in oracle.jdbc
Methods in oracle.jdbc that return OracleConnection.ConnectionValidationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OracleConnection.ConnectionValidation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.jdbc with parameters of type OracleConnection.ConnectionValidationModifier and TypeMethodDescriptionbooleanOracleConnection.isValid(OracleConnection.ConnectionValidation effort, int timeout) Returns true if this connection was working properly to the extent specified byeffortat the instant during this call it was checked.booleanOracleConnectionWrapper.isValid(OracleConnection.ConnectionValidation effort, int timeout) OracleConnection.isValidAsyncOracle(OracleConnection.ConnectionValidation effort, int timeout) Returns aPublisherthat emitsBoolean.TRUEif this connection was working properly to the extent specified byeffortat the instant during this call it was checked.OracleConnectionWrapper.isValidAsyncOracle(OracleConnection.ConnectionValidation effort, int timeout)