See: Description
| Class | Description |
|---|---|
| Constant |
A user-defined constant as created by the SQL statement
CREATE CONSTANT
|
| Domain |
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 SCHEMA
|
| SchemaObject |
Any database object that is stored in a schema.
|
| Sequence |
A sequence is created using the statement
CREATE SEQUENCE
|
| TriggerObject |
A trigger is created using the statement
CREATE TRIGGER
|
| UserAggregate |
Represents a user-defined aggregate function.
|
| UserDefinedFunction |
User-defined Java function or aggregate function.
|
| Enum | Description |
|---|---|
| Sequence.Cycle |
CYCLE clause and sequence state.
|
Schema implementation and objects that are stored in a schema (for example, sequences and constants).