| Modifier and Type | Field and Description |
|---|---|
private SqlServerConnectorConfig.SnapshotIsolationMode |
SqlServerConnectorConfig.snapshotIsolationMode |
| Modifier and Type | Method and Description |
|---|---|
SqlServerConnectorConfig.SnapshotIsolationMode |
SqlServerConnectorConfig.getSnapshotIsolationMode() |
static SqlServerConnectorConfig.SnapshotIsolationMode |
SqlServerConnectorConfig.SnapshotIsolationMode.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static SqlServerConnectorConfig.SnapshotIsolationMode |
SqlServerConnectorConfig.SnapshotIsolationMode.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
static SqlServerConnectorConfig.SnapshotIsolationMode |
SqlServerConnectorConfig.SnapshotIsolationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlServerConnectorConfig.SnapshotIsolationMode[] |
SqlServerConnectorConfig.SnapshotIsolationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.