Uses of Enum Class
io.debezium.connector.sqlserver.SqlServerConnectorConfig.SnapshotMode
Packages that use SqlServerConnectorConfig.SnapshotMode
-
Uses of SqlServerConnectorConfig.SnapshotMode in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as SqlServerConnectorConfig.SnapshotModeModifier and TypeFieldDescriptionprivate final SqlServerConnectorConfig.SnapshotModeSqlServerConnectorConfig.snapshotModeMethods in io.debezium.connector.sqlserver that return SqlServerConnectorConfig.SnapshotModeModifier and TypeMethodDescriptionSqlServerConnectorConfig.getSnapshotMode()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 class with the specified name.SqlServerConnectorConfig.SnapshotMode.values()Returns an array containing the constants of this enum class, in the order they are declared.