Package oracle.jdbc
Class SwitchableBugFix
java.lang.Object
oracle.jdbc.SwitchableBugFix
A manager class that embeds the BugNumber enum and processes the value passed to the
oracle.jdbc.disabledBugFixes system property.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration of bug numbers that can be used inOracleConnection.CONNECTION_PROPERTY_DISABLED_BUG_FIXESsystem property. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanCheck if the bug fix is disabled, meaning that the bug number is mentioned in theOracleConnection.CONNECTION_PROPERTY_DISABLED_BUG_FIXESsystem property.
-
Method Details
-
isDisabled
Check if the bug fix is disabled, meaning that the bug number is mentioned in the
OracleConnection.CONNECTION_PROPERTY_DISABLED_BUG_FIXESsystem property.- Returns:
trueif the bug fix is disabled,falseotherwise.
-