Question

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 ?

Was it helpful?

Solution

I answer myself: no buildins for this

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top