Package io.debezium.connector.oracle
Class OracleSnapshotChangeEventSource.OracleSnapshotContext
java.lang.Object
io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext<P,O>
io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition,OracleOffsetContext>
io.debezium.connector.oracle.OracleSnapshotChangeEventSource.OracleSnapshotContext
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- OracleSnapshotChangeEventSource
private static class OracleSnapshotChangeEventSource.OracleSnapshotContext
extends RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OraclePartition,OracleOffsetContext>
Mutable context which is populated in the course of snapshotting.
-
Field Summary
FieldsFields inherited from class io.debezium.relational.RelationalSnapshotChangeEventSource.RelationalSnapshotContext
capturedSchemaTables, capturedTables, catalogName, firstRecordInTable, firstTable, lastRecordInTable, lastTable, tablesFields inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
offset, partition -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.SnapshotContext
close
-
Field Details
-
preSchemaSnapshotSavepoint
-
-
Constructor Details
-
OracleSnapshotContext
- Throws:
SQLException
-