Class PgCreateExtension


public final class PgCreateExtension extends PgParserAbstract
Parser for PostgreSQL CREATE EXTENSION statements.

This class handles parsing of extension creation statements, including the extension name and optional schema specification where the extension should be installed.

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