Package org.h2.mode

Class PgCatalogSchema

All Implemented Interfaces:
HasSQL

public final class PgCatalogSchema extends MetaSchema
pg_catalog schema.
  • Field Details

  • Constructor Details

    • PgCatalogSchema

      public PgCatalogSchema(Database database, User owner)
      Creates new instance of pg_catalog schema.
      Parameters:
      database - the database
      owner - the owner of the schema (system user)
  • Method Details