Package io.debezium.connector.sqlserver
Class SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext
- java.lang.Object
-
- io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<P,O>
-
- io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition,SqlServerOffsetContext>
-
- io.debezium.connector.sqlserver.SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- SqlServerSnapshotChangeEventSource
private static class SqlServerSnapshotChangeEventSource.SqlServerSnapshotContext extends RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition,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, partition
-
-
Constructor Summary
Constructors Constructor Description SqlServerSnapshotContext(SqlServerPartition partition)
-
-
-
Field Detail
-
isolationLevelBeforeStart
private int isolationLevelBeforeStart
-
preSchemaSnapshotSavepoint
private Savepoint preSchemaSnapshotSavepoint
-
-
Constructor Detail
-
SqlServerSnapshotContext
public SqlServerSnapshotContext(SqlServerPartition partition) throws SQLException
- Throws:
SQLException
-
-