Package org.h2.schema
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Class Summary Class Description Constant A user-defined constant as created by the SQL statement CREATE CONSTANTDomain Represents a domain.FunctionAlias Represents a user-defined function, or alias.FunctionAlias.JavaMethod There may be multiple Java methods that match a function name.InformationSchema Information schema.MetaSchema Meta data schema.Schema A schema as created by the SQL statement CREATE SCHEMASchemaObject Any database object that is stored in a schema.Sequence A sequence is created using the statement CREATE SEQUENCETriggerObject A trigger is created using the statement CREATE TRIGGERUserAggregate Represents a user-defined aggregate function.UserAggregate.AggregateWrapper WrapAggregateFunction
in order to behave asAggregate
UserDefinedFunction User-defined Java function or aggregate function. -
Enum Summary Enum Description Sequence.Cycle CYCLE clause and sequence state.