Class NeverHistoryRecorder

    • Constructor Detail

      • NeverHistoryRecorder

        public NeverHistoryRecorder()
    • Method Detail

      • record

        public void record​(Scn scn,
                           String tableName,
                           String segOwner,
                           int operationCode,
                           Timestamp changeTime,
                           String transactionId,
                           int csf,
                           String redoSql)
        Description copied from interface: HistoryRecorder
        Records the LogMiner entry.
        Specified by:
        record in interface HistoryRecorder
        Parameters:
        scn - the entry's SCN
        tableName - the table name
        segOwner - the table owner
        operationCode - the operation code
        changeTime - the time the operation occurred
        transactionId - the transaction identifier
        csf - the continuation sequence flag
        redoSql - the redo SQL that performed the operation
      • flush

        public void flush()
        Description copied from interface: HistoryRecorder
        Flushes the LogMiner history captured by the recorder.
        Specified by:
        flush in interface HistoryRecorder