Uses of Enum
io.debezium.connector.sqlserver.SqlServerConnectorConfig.SnapshotIsolationMode
Packages that use SqlServerConnectorConfig.SnapshotIsolationMode
-
Uses of SqlServerConnectorConfig.SnapshotIsolationMode in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as SqlServerConnectorConfig.SnapshotIsolationModeModifier and TypeFieldDescriptionprivate final SqlServerConnectorConfig.SnapshotIsolationModeSqlServerConnectorConfig.snapshotIsolationModeMethods in io.debezium.connector.sqlserver that return SqlServerConnectorConfig.SnapshotIsolationModeModifier and TypeMethodDescriptionSqlServerConnectorConfig.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.SqlServerConnectorConfig.SnapshotIsolationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.