Package io.debezium.connector.sqlserver
Class SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext
- java.lang.Object
-
- io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<O>
-
- io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerOffsetContext>
-
- io.debezium.connector.sqlserver.SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- SqlServerSnapshotChangeEventSource
private static class SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext extends RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerOffsetContext>
Mutable context which is populated in the course of snapshotting.
-
-
Field Summary
Fields Modifier and Type Field Description private intisolationLevelBeforeStartprivate SavepointpreSchemaSnapshotSavepoint-
Fields inherited from class io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext
capturedSchemaTables, capturedTables, catalogName, lastRecordInTable, lastTable, tables
-
Fields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset
-
-
Constructor Summary
Constructors Constructor Description SqlServerSnapshotContext(String catalogName)
-
-
-
Field Detail
-
isolationLevelBeforeStart
private int isolationLevelBeforeStart
-
preSchemaSnapshotSavepoint
private Savepoint preSchemaSnapshotSavepoint
-
-
Constructor Detail
-
SqlServerSnapshotContext
public SqlServerSnapshotContext(String catalogName) throws SQLException
- Throws:
SQLException
-
-