public static enum OracleDSL.DBMS_AQ.DELIVERY_MODE extends Enum<OracleDSL.DBMS_AQ.DELIVERY_MODE>
DBMS_AQ.DEQUEUE_OPTIONS_T.DELIVERY_MODE
and to
DBMS_AQ.ENQUEUE_OPTIONS_T.DELIVERY_MODE
.Enum Constant and Description |
---|
BUFFERED |
PERSISTENT |
PERSISTENT_OR_BUFFERED |
Modifier and Type | Method and Description |
---|---|
static OracleDSL.DBMS_AQ.DELIVERY_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleDSL.DBMS_AQ.DELIVERY_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleDSL.DBMS_AQ.DELIVERY_MODE BUFFERED
public static final OracleDSL.DBMS_AQ.DELIVERY_MODE PERSISTENT
public static final OracleDSL.DBMS_AQ.DELIVERY_MODE PERSISTENT_OR_BUFFERED
public static OracleDSL.DBMS_AQ.DELIVERY_MODE[] values()
for (OracleDSL.DBMS_AQ.DELIVERY_MODE c : OracleDSL.DBMS_AQ.DELIVERY_MODE.values()) System.out.println(c);
public static OracleDSL.DBMS_AQ.DELIVERY_MODE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All Rights Reserved.