Class PgCreateUserMapping


public final class PgCreateUserMapping extends PgParserAbstract
Parser for PostgreSQL CREATE USER MAPPING statements.

This class handles parsing of user mapping definitions that associate database users with foreign servers, including user-specific options for authentication and connection parameters. User mappings are used with foreign data wrappers to access external data sources.

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