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