Field Summary |
|
int | AGGREGATE This object is a user defined aggregate function. |
int | COMMENT This object is a comment. |
int | CONSTANT This object is a constant. |
int | CONSTRAINT This object is a constraint (check constraint, unique constraint, or
referential constraint). |
int | FUNCTION_ALIAS This object is an alias for a Java function. |
int | INDEX This object is an index. |
int | RIGHT This object is a right. |
int | ROLE This object is a role. |
int | SCHEMA This object is a schema. |
int | SEQUENCE This object is a sequence. |
int | SETTING This object is a setting. |
int | TABLE_OR_VIEW The object is of the type table or view. |
int | TRIGGER This object is a trigger. |
int | USER This object is a user. |
int | USER_DATATYPE This object is a user data type (domain). |