|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.query.QueryCombinedOperator
A representation of the literals of the enumeration 'Combined Operator', and utility methods for working with them. UNION=1 UNION_ALL=2 INTERSECT=3 INTERSECT_ALL=4 EXCEPT=5 EXCEPT_ALL=6
SQLQueryModelPackage.getQueryCombinedOperator()
,
Serialized FormField Summary | |
static int |
EXCEPT
The 'EXCEPT' literal value. |
static int |
EXCEPT_ALL
The 'EXCEPT ALL' literal value. |
static QueryCombinedOperator |
EXCEPT_ALL_LITERAL
The 'EXCEPT ALL' literal object. |
static QueryCombinedOperator |
EXCEPT_LITERAL
The 'EXCEPT' literal object. |
static int |
INTERSECT
The 'INTERSECT' literal value. |
static int |
INTERSECT_ALL
The 'INTERSECT ALL' literal value. |
static QueryCombinedOperator |
INTERSECT_ALL_LITERAL
The 'INTERSECT ALL' literal object. |
static QueryCombinedOperator |
INTERSECT_LITERAL
The 'INTERSECT' literal object. |
static int |
UNION
The 'UNION' literal value. |
static int |
UNION_ALL
The 'UNION ALL' literal value. |
static QueryCombinedOperator |
UNION_ALL_LITERAL
The 'UNION ALL' literal object. |
static QueryCombinedOperator |
UNION_LITERAL
The 'UNION' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Query Combined Operator' enumerators. |
Method Summary | |
static QueryCombinedOperator |
get(int value)
Returns the 'Query Combined Operator' literal with the specified integer value. |
static QueryCombinedOperator |
get(java.lang.String literal)
Returns the 'Query Combined Operator' literal with the specified literal value. |
static QueryCombinedOperator |
getByName(java.lang.String name)
Returns the 'Query Combined Operator' literal with the specified name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UNION
UNION_LITERAL
,
Constant Field Valuespublic static final int UNION_ALL
UNION_ALL_LITERAL
,
Constant Field Valuespublic static final int INTERSECT
INTERSECT_LITERAL
,
Constant Field Valuespublic static final int INTERSECT_ALL
INTERSECT_ALL_LITERAL
,
Constant Field Valuespublic static final int EXCEPT
EXCEPT_LITERAL
,
Constant Field Valuespublic static final int EXCEPT_ALL
EXCEPT_ALL_LITERAL
,
Constant Field Valuespublic static final QueryCombinedOperator UNION_LITERAL
If the meaning of 'UNION' literal object isn't clear, there really should be more of a description here...
UNION
public static final QueryCombinedOperator UNION_ALL_LITERAL
If the meaning of 'UNION ALL' literal object isn't clear, there really should be more of a description here...
UNION_ALL
public static final QueryCombinedOperator INTERSECT_LITERAL
If the meaning of 'INTERSECT' literal object isn't clear, there really should be more of a description here...
INTERSECT
public static final QueryCombinedOperator INTERSECT_ALL_LITERAL
If the meaning of 'INTERSECT ALL' literal object isn't clear, there really should be more of a description here...
INTERSECT_ALL
public static final QueryCombinedOperator EXCEPT_LITERAL
If the meaning of 'EXCEPT' literal object isn't clear, there really should be more of a description here...
EXCEPT
public static final QueryCombinedOperator EXCEPT_ALL_LITERAL
If the meaning of 'EXCEPT ALL' literal object isn't clear, there really should be more of a description here...
EXCEPT_ALL
public static final java.util.List VALUES
Method Detail |
public static QueryCombinedOperator get(java.lang.String literal)
public static QueryCombinedOperator getByName(java.lang.String name)
public static QueryCombinedOperator get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |