Uses of Class
org.jooq.util.oracle.OracleDSL.DBMS_AQ.WAIT
-
Packages that use OracleDSL.DBMS_AQ.WAIT Package Description org.jooq.util.oracle This package contains classes related to theSQLDialect.ORACLEdialect family. -
-
Uses of OracleDSL.DBMS_AQ.WAIT in org.jooq.util.oracle
Fields in org.jooq.util.oracle declared as OracleDSL.DBMS_AQ.WAIT Modifier and Type Field Description OracleDSL.DBMS_AQ.WAITOracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T. waitMethods in org.jooq.util.oracle that return OracleDSL.DBMS_AQ.WAIT Modifier and Type Method Description static OracleDSL.DBMS_AQ.WAITOracleDSL.DBMS_AQ.WAIT. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleDSL.DBMS_AQ.WAIT[]OracleDSL.DBMS_AQ.WAIT. 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.WAIT Modifier and Type Method Description OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_TOracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T. wait(OracleDSL.DBMS_AQ.WAIT newValue)
-