Package org.h2.schema

Class InformationSchema

All Implemented Interfaces:
HasSQL

public final class InformationSchema extends MetaSchema
Information schema.
  • Field Details

  • Constructor Details

    • InformationSchema

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