is there builtins in ojdbc for constants of DBMS_METADATA package?

147 Views Asked by At

package Oracle DBMS_METADATA contain Object Type Constants

AQ_QUEUE    REF_CONSTRAINT
AQ_QUEUE_TABLE  REFRESH_GROUP
AQ_TRANSFORM    RESOURCE_COST
ASSOCIATION ....

I want program in java using this constants and want avoid code duplication if possible.

is there builtins in ojdbc for constants of DBMS_METADATA package?

Something like enums or public static final String ?

1

There are 1 best solutions below

0
On BEST ANSWER

I answer myself: no buildins for this