|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.CombinedQueryOperator
public final class CombinedQueryOperator
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheCombinedQueryOperator class contains all possible operators
used for combining queries.
DataProvider,
Serialized Form| Field Summary | |
|---|---|
static int |
_INTERSECT
The int value of INTERSECT.value(). |
static int |
_MINUS
int value of MINUS.value(). |
static int |
_UNION
The int value of UNION.value(). |
static CombinedQueryOperator |
INTERSECT
Intersect set operator. |
static CombinedQueryOperator |
MINUS
Minus set operator. |
static CombinedQueryOperator |
UNION
Union set operator. |
| Method Summary | |
|---|---|
static CombinedQueryOperator |
fromInt(int value)
Returns a CombinedQueryOperator instance corresponding to a given value. |
java.lang.String |
toString()
Returns a String representation of object. |
int |
value()
Returns the int value of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _UNION
int value of UNION.value().
public static final int _INTERSECT
int value of INTERSECT.value().
public static final int _MINUS
int value of MINUS.value().
public static final CombinedQueryOperator UNION
Query objects that have been combined.
public static final CombinedQueryOperator INTERSECT
Query objects that have been combined.
public static final CombinedQueryOperator MINUS
Query that are not present
in the Query to which it has been combined.
| Method Detail |
|---|
public int value()
int value of this object.
int value of this object.public java.lang.String toString()
String representation of object.
This function is to be used for debug purposes.
toString in class java.lang.ObjectString representation of objectpublic static CombinedQueryOperator fromInt(int value)
CombinedQueryOperator instance corresponding to a given value.
CombinedQueryOperator instance corresponding to
value, or null when value does not correspond to any
CombinedQueryOperator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||