Class LobWriteEvent


  • public class LobWriteEvent
    extends LogMinerEvent
    A LogMiner event that represents a LOB_WRITE operation.
    Author:
    Chris Cranford
    • Field Detail

      • data

        private final String data
      • offset

        private final int offset
      • length

        private final int length
    • Method Detail

      • getData

        public String getData()
      • getOffset

        public int getOffset()
      • getLength

        public int getLength()