Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
static SwitchableBugFix.BugNumber |
SwitchableBugFix.BugNumber.fromValue(java.lang.String value)
Static method to parse a
String value to SwitchableBugFix.BugNumber . |
static SwitchableBugFix.BugNumber |
SwitchableBugFix.BugNumber.fromValue(java.lang.String value)
Static method to parse a
String value to SwitchableBugFix.BugNumber . |
static SwitchableBugFix.BugNumber |
SwitchableBugFix.BugNumber.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwitchableBugFix.BugNumber |
SwitchableBugFix.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.
|
static SwitchableBugFix.BugNumber[] |
SwitchableBugFix.BugNumber.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SwitchableBugFix.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. |
static boolean |
SwitchableBugFix.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. |