OracleConnectorConfig.SnapshotLockingMode |
OracleConnectorConfig.getSnapshotLockingMode() |
|
static OracleConnectorConfig.SnapshotLockingMode |
OracleConnectorConfig.SnapshotLockingMode.parse(String value) |
Determine if the supplied value is one of the predefined options.
|
static OracleConnectorConfig.SnapshotLockingMode |
OracleConnectorConfig.SnapshotLockingMode.parse(String value,
String defaultValue) |
Determine if the supplied value is one of the predefined options.
|
static OracleConnectorConfig.SnapshotLockingMode |
OracleConnectorConfig.SnapshotLockingMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OracleConnectorConfig.SnapshotLockingMode[] |
OracleConnectorConfig.SnapshotLockingMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|