Uses of Enum
io.debezium.connector.db2.Db2ConnectorConfig.SnapshotIsolationMode
Packages that use Db2ConnectorConfig.SnapshotIsolationMode
-
Uses of Db2ConnectorConfig.SnapshotIsolationMode in io.debezium.connector.db2
Fields in io.debezium.connector.db2 declared as Db2ConnectorConfig.SnapshotIsolationModeModifier and TypeFieldDescriptionprivate final Db2ConnectorConfig.SnapshotIsolationModeDb2ConnectorConfig.snapshotIsolationModeMethods in io.debezium.connector.db2 that return Db2ConnectorConfig.SnapshotIsolationModeModifier and TypeMethodDescriptionDb2ConnectorConfig.getSnapshotIsolationMode()Determine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.Db2ConnectorConfig.SnapshotIsolationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.