public class SwitchableBugFix
extends java.lang.Object
A manager class that embeds the BugNumber enum and processes the value passed to the
oracle.jdbc.disabledBugFixes
system property.
Modifier and Type | Class and Description |
---|---|
static class |
SwitchableBugFix.BugNumber
Enumeration of bug numbers that can be used in
OracleConnection.CONNECTION_PROPERTY_DISABLED_BUG_FIXES system property. |
Modifier and Type | Method and Description |
---|---|
static boolean |
isDisabled(SwitchableBugFix.BugNumber bug)
Check if the bug fix is disabled, meaning that the bug number is mentioned in the
OracleConnection.CONNECTION_PROPERTY_DISABLED_BUG_FIXES system property. |
public static boolean isDisabled(SwitchableBugFix.BugNumber bug)
Check if the bug fix is disabled, meaning that the bug number is mentioned in the
OracleConnection.CONNECTION_PROPERTY_DISABLED_BUG_FIXES
system property.
true
if the bug fix is disabled, false
otherwise.