Uses of Class
org.jooq.util.oracle.OracleDSL.DBMS_AQ.VISIBILITY
-
Packages that use OracleDSL.DBMS_AQ.VISIBILITY Package Description org.jooq.util.oracle This package contains classes related to theSQLDialect.ORACLE
dialect family. -
-
Uses of OracleDSL.DBMS_AQ.VISIBILITY in org.jooq.util.oracle
Fields in org.jooq.util.oracle declared as OracleDSL.DBMS_AQ.VISIBILITY Modifier and Type Field Description OracleDSL.DBMS_AQ.VISIBILITY
OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T. visibility
OracleDSL.DBMS_AQ.VISIBILITY
OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T. visibility
Methods in org.jooq.util.oracle that return OracleDSL.DBMS_AQ.VISIBILITY Modifier and Type Method Description static OracleDSL.DBMS_AQ.VISIBILITY
OracleDSL.DBMS_AQ.VISIBILITY. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleDSL.DBMS_AQ.VISIBILITY[]
OracleDSL.DBMS_AQ.VISIBILITY. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.util.oracle with parameters of type OracleDSL.DBMS_AQ.VISIBILITY Modifier and Type Method Description OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T
OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T. visibility(OracleDSL.DBMS_AQ.VISIBILITY newValue)
OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T
OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T. visibility(OracleDSL.DBMS_AQ.VISIBILITY newValue)
-