|
SAP BI Java SDK | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.sap.ip.bi.sdk.dac.relational.query.sapq.IBISapqSelectOption.Enum
|
+--com.sap.ip.bi.sdk.dac.relational.query.sapq.IBISapqSelectOption.Option
Typesafe Enumerator for SELECT-OPTIONS Option.
| Method Summary | |
int |
compareTo(Object other)
Defines natural sort order on Option. |
static IBISapqSelectOption.Option |
get(String type)
Gets the option corresponding to the provided String. |
com.sap.ip.bi.sdk.dac.relational.query.sql.IBISQLComparisonOperator |
getSQL()
Gets the equivalent SQL Operator. |
boolean |
isNegated()
Indicates whether this Option is negated. |
| Methods inherited from class com.sap.ip.bi.sdk.dac.relational.query.sapq.IBISapqSelectOption.Enum |
equals, equals, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final IBISapqSelectOption.Option EQUALS
For example: A=1.
public static final IBISapqSelectOption.Option BETWEEN
For example: A BETWEEN 1 AND 2.
public static final IBISapqSelectOption.Option CONTAINS_PATTERN
For example: A LIKE '<pattern>'.
public static final IBISapqSelectOption.Option GREATER_THAN
For example: A>1.
public static final IBISapqSelectOption.Option GREATER_EQUALS
For example: A>=1.
public static final IBISapqSelectOption.Option LESS_THAN
For example: A<1.
public static final IBISapqSelectOption.Option LESS_EQUALS
For example: A<=1.
public static final IBISapqSelectOption.Option NOT_EQUALS
For example: A<>1.
public static final IBISapqSelectOption.Option NOT_BETWEEN
For example: NOT A BETWEEN 1 AND 2.
public static final IBISapqSelectOption.Option NOT_CONTAINS_PATTERN
For example: NOT A LIKE '<pattern>'.
public static final IBISapqSelectOption.Option EQ
EQUALS.public static final IBISapqSelectOption.Option BT
BETWEEN.public static final IBISapqSelectOption.Option CP
CONTAINS_PATTERN.public static final IBISapqSelectOption.Option LE
LESS_EQUALS.public static final IBISapqSelectOption.Option GE
GREATER_EQUALS.public static final IBISapqSelectOption.Option NE
NOT_EQUALS.public static final IBISapqSelectOption.Option NB
NOT_BETWEEN.public static final IBISapqSelectOption.Option NP
NOT_CONTAINS_PATTERN.public static final IBISapqSelectOption.Option GT
GREATER_THAN.public static final IBISapqSelectOption.Option LT
LESS_THAN.| Method Detail |
public int compareTo(Object other)
throws ClassCastException
compareTo in interface Comparableother - object to compare this Option against.ClassCastException - if other is not an instance of Option.Comparablepublic com.sap.ip.bi.sdk.dac.relational.query.sql.IBISQLComparisonOperator getSQL()
public boolean isNegated()
true if the this option is negated; false otherwisepublic static IBISapqSelectOption.Option get(String type)
type - returns the stored Sign for type or null
if it doesn't exist
|
SAP BI Java SDK | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||