Uses of Class
oracle.jdbc.SwitchableBugFix.BugNumber
-
Packages that use SwitchableBugFix.BugNumber Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
-
Uses of SwitchableBugFix.BugNumber in oracle.jdbc
Methods in oracle.jdbc that return SwitchableBugFix.BugNumber Modifier and Type Method Description static SwitchableBugFix.BugNumberSwitchableBugFix.BugNumber. fromValue(java.lang.String value)Static method to parse aStringvalue toSwitchableBugFix.BugNumber.static SwitchableBugFix.BugNumberSwitchableBugFix.BugNumber. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SwitchableBugFix.BugNumber[]SwitchableBugFix.BugNumber. 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 SwitchableBugFix.BugNumber Modifier and Type Method Description static 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.
-