Uses of Class
solutions.a2.cdc.oracle.OraCdcLogMinerStatement
Packages that use OraCdcLogMinerStatement
-
Uses of OraCdcLogMinerStatement in solutions.a2.cdc.oracle
Methods in solutions.a2.cdc.oracle with parameters of type OraCdcLogMinerStatementModifier and TypeMethodDescriptionvoidOraCdcTransaction.addStatement(OraCdcLogMinerStatement oraSql) voidOraCdcTransaction.addStatement(OraCdcLogMinerStatement oraSql, List<OraCdcLargeObjectHolder> lobs) booleanOraCdcTransaction.getStatement(OraCdcLogMinerStatement oraSql) booleanOraCdcTransaction.getStatement(OraCdcLogMinerStatement oraSql, List<OraCdcLargeObjectHolder> lobs) org.apache.kafka.connect.source.SourceRecordOraTable4LogMiner.parseRedoRecord(OraCdcLogMinerStatement stmt, List<OraCdcLargeObjectHolder> lobs, String xid, long commitScn, Map<String, Object> offset, Connection connection) intOraTable4LogMiner.processDdl(boolean useOracdcSchemas, OraCdcLogMinerStatement stmt, String xid, long commitScn) Constructors in solutions.a2.cdc.oracle with parameters of type OraCdcLogMinerStatementModifierConstructorDescriptionOraCdcTransaction(Path rootDir, String xid, OraCdcLogMinerStatement firstStatement) Creates OraCdcTransaction for new transaction without LOBs