public final class AlterMatView extends PgParserAbstract
Parser for PostgreSQL ALTER MATERIALIZED VIEW statements.

This class handles parsing of materialized view alterations including setting clustered indexes and handling ALTER MATERIALIZED VIEW ALL operations that affect all materialized views 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>