Package io.debezium.connector.oracle
Class OracleSnapshotChangeEventSource.OracleSnapshotContext
- java.lang.Object
-
- io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<O>
-
- io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>
-
- io.debezium.connector.oracle.OracleSnapshotChangeEventSource.OracleSnapshotContext
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- OracleSnapshotChangeEventSource
private static class OracleSnapshotChangeEventSource.OracleSnapshotContext extends RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>
Mutable context which is populated in the course of snapshotting.
-
-
Field Summary
Fields Modifier and Type Field Description private 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 OracleSnapshotContext(String catalogName)
-
-
-
Field Detail
-
preSchemaSnapshotSavepoint
private Savepoint preSchemaSnapshotSavepoint
-
-
Constructor Detail
-
OracleSnapshotContext
public OracleSnapshotContext(String catalogName) throws SQLException
- Throws:
SQLException
-
-