Package org.h2.schema


package org.h2.schema
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
  • Class
    Description
    A user-defined constant as created by the SQL statement CREATE CONSTANT
    Represents a domain.
    Represents a user-defined function, or alias.
    There may be multiple Java methods that match a function name.
    Information schema.
    Meta data schema.
    A schema as created by the SQL statement CREATE SCHEMA
    Any database object that is stored in a schema.
    A sequence is created using the statement CREATE SEQUENCE
    CYCLE clause and sequence state.
    A trigger is created using the statement CREATE TRIGGER
    Represents a user-defined aggregate function.
    User-defined Java function or aggregate function.