Class LobEraseEventAdapter

    • Constructor Detail

      • LobEraseEventAdapter

        public LobEraseEventAdapter()
    • Method Detail

      • factory

        @ProtoFactory
        public LobEraseEvent factory​(int eventType,
                                     String scn,
                                     String tableId,
                                     String rowId,
                                     String rsId,
                                     String changeTime)
        A ProtoStream factory that creates LobEraseEvent instances.
        Overrides:
        factory in class LogMinerEventAdapter
        Parameters:
        eventType - the event type
        scn - the system change number, must not be null
        tableId - the fully-qualified table name
        rowId - the Oracle row-id the change is associated with
        rsId - the Oracle rollback segment identifier
        changeTime - the time the change occurred
        Returns:
        the constructed LobEraseEvent