Package org.h2.schema
package org.h2.schema
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
ClassDescriptionA user-defined constant as created by the SQL statement CREATE CONSTANTRepresents 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 SCHEMAAny database object that is stored in a schema.A sequence is created using the statement CREATE SEQUENCECYCLE clause and sequence state.A trigger is created using the statement CREATE TRIGGERRepresents a user-defined aggregate function.Wrap
AggregateFunction
in order to behave asAggregate
User-defined Java function or aggregate function.