Class DdlParserListener.TableIndexEvent

    • Field Detail

      • tableId

        private final TableId tableId
      • indexName

        private final String indexName
    • Method Detail

      • tableId

        public TableId tableId()
        Get the identifier of the table to which the index applies.
        Returns:
        the table identifier; may be null if the index is not scoped to a single table
      • indexName

        public String indexName()
        Get the name of the index affected by this event.
        Returns:
        the index name; never null