Class LogMinerColumnValueWrapper


  • @Deprecated
    public class LogMinerColumnValueWrapper
    extends Object
    Deprecated.
    This has been deprecated and should no longer be used. This will be removed in conjunction with SimpleDmlParser.
    This class is a wrapper class which holds LogMinerColumnValue and the indicator if the column was processed by a parser listener. The "processed" is "true" means a listener has parsed a value. The "false" value means the this value was not parsed yet The "processed" flag helps to filter the resulting collection of "new" and "old" values.
    • Field Detail

      • processed

        private boolean processed
        Deprecated.
    • Constructor Detail

      • LogMinerColumnValueWrapper

        public LogMinerColumnValueWrapper​(LogMinerColumnValue columnValue)
        Deprecated.
    • Method Detail

      • isProcessed

        public boolean isProcessed()
        Deprecated.
      • setProcessed

        public void setProcessed​(boolean processed)
        Deprecated.