Uses of Enum
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.SnapshotMode
SqlServerConnectorConfig.snapshotMode
Methods 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 type with the specified name.SqlServerConnectorConfig.SnapshotMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.