public final class AlterIndex extends PgParserAbstract
Parser for PostgreSQL ALTER INDEX statements.

This class handles parsing of index alterations including index inheritance operations and ALTER INDEX ALL statements that affect all indexes in a tablespace.

  • Constructor Details

  • Method Details

    • parseObject

      public void parseObject()
      Description copied from class: ParserAbstract
      Parses a database object from the current context. Must be implemented by concrete subclasses to handle specific object types.
      Specified by:
      parseObject in class ParserAbstract<PgDatabase>