public static enum OracleDSL.DBMS_AQ.VISIBILITY extends Enum<OracleDSL.DBMS_AQ.VISIBILITY>
DBMS_AQ.DEQUEUE_OPTIONS_T.VISIBILITY
and to
DBMS_AQ.ENQUEUE_OPTIONS_T.VISIBILITY
.Modifier and Type | Method and Description |
---|---|
static OracleDSL.DBMS_AQ.VISIBILITY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleDSL.DBMS_AQ.VISIBILITY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleDSL.DBMS_AQ.VISIBILITY ON_COMMIT
public static final OracleDSL.DBMS_AQ.VISIBILITY IMMEDIATE
public static OracleDSL.DBMS_AQ.VISIBILITY[] values()
for (OracleDSL.DBMS_AQ.VISIBILITY c : OracleDSL.DBMS_AQ.VISIBILITY.values()) System.out.println(c);
public static OracleDSL.DBMS_AQ.VISIBILITY 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.