Uses of Enum Class
oracle.jdbc.SwitchableBugFix.BugNumber
Packages that use SwitchableBugFix.BugNumber
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of SwitchableBugFix.BugNumber in oracle.jdbc
Methods in oracle.jdbc that return SwitchableBugFix.BugNumberModifier and TypeMethodDescriptionstatic SwitchableBugFix.BugNumberStatic method to parse aStringvalue toSwitchableBugFix.BugNumber.static SwitchableBugFix.BugNumberReturns the enum constant of this class with the specified name.static SwitchableBugFix.BugNumber[]SwitchableBugFix.BugNumber.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 SwitchableBugFix.BugNumberModifier and TypeMethodDescriptionstatic booleanSwitchableBugFix.isDisabled(SwitchableBugFix.BugNumber bug) Check if the bug fix is disabled, meaning that the bug number is mentioned in theOracleConnection.CONNECTION_PROPERTY_DISABLED_BUG_FIXESsystem property.