Class DdlParserListener.TableEvent

    • Field Detail

      • tableId

        private final TableId tableId
      • isView

        private final boolean isView
    • Method Detail

      • tableId

        public TableId tableId()
        Get the identifier of the primary table affected by this event.
        Returns:
        the table identifier; never null
      • isView

        public boolean isView()
        Determine whether the target of the event is a view rather than a table.
        Returns:
        true if the target is a view, or false if the target is a table