Uses of Enum Class
io.debezium.connector.sqlserver.SourceTimestampMode
Packages that use SourceTimestampMode
-
Uses of SourceTimestampMode in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as SourceTimestampModeModifier and TypeFieldDescriptionprivate final SourceTimestampModeSqlServerChangeTablePointer.sourceTimestampModeprivate final SourceTimestampModeSqlServerConnectorConfig.sourceTimestampModeMethods in io.debezium.connector.sqlserver that return SourceTimestampModeModifier and TypeMethodDescription(package private) static SourceTimestampModestatic SourceTimestampModeSourceTimestampMode.getDefaultMode()SqlServerConnectorConfig.getSourceTimestampMode()static SourceTimestampModeReturns the enum constant of this class with the specified name.static SourceTimestampMode[]SourceTimestampMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.debezium.connector.sqlserver with parameters of type SourceTimestampModeModifierConstructorDescriptionSqlServerChangeTablePointer(SqlServerChangeTable changeTable, ResultSet resultSet, SourceTimestampMode sourceTimestampMode) SqlServerConnection(JdbcConfiguration config, SourceTimestampMode sourceTimestampMode, SqlServerValueConverters valueConverters, Supplier<ClassLoader> classLoaderSupplier, Set<Envelope.Operation> skippedOperations, boolean multiPartitionMode) Creates a new connection using the supplied configuration.SqlServerConnection(JdbcConfiguration config, SourceTimestampMode sourceTimestampMode, SqlServerValueConverters valueConverters, Supplier<ClassLoader> classLoaderSupplier, Set<Envelope.Operation> skippedOperations, boolean multiPartitionMode, boolean optionRecompile) Creates a new connection using the supplied configuration.