Class 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 Details

    • isolationLevelBeforeStart

      private int isolationLevelBeforeStart
    • preSchemaSnapshotSavepoint

      private Savepoint preSchemaSnapshotSavepoint
  • Constructor Details

    • SqlServerSnapshotContext

      SqlServerSnapshotContext(SqlServerPartition partition, boolean onDemand)