public final class CommentOn extends PgParserAbstract
Parser for PostgreSQL COMMENT ON statements.

This class handles parsing of comments on various database objects including tables, columns, functions, procedures, operators, constraints, indexes, views, types, domains, sequences, triggers, rules, policies, and other PostgreSQL database objects.

  • 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>