SAP BI Java SDK

Package com.sap.ip.bi.sdk.dac.olap.query.types

Defines eight types, with their corresponding enumerations, that are used as type safe input for other expressions.

See:
          Description

Interface Summary
IBIDrillDirectionType Specifies which members are selected, either from levels below or above the level of the drilled-upon object.
IBIJoinType Specifies how two tuple or member collections should interact with each other.
IBILevelType Specifies the time granularity of the to-be-returned members.
IBIRankType Specifies how tuples or members are restricted by the IBIRankingFilter.
IBIRelationalOperatorType Specifies the relational operator for the condition-based filter IBIConditionBasedFilter or for variable values of type IBISapVariableValueRange.
IBISapRangeSignType Specifies whether the given values should be included or excluded from the selection by using the SIGN component.
IBISapVariableSelectionType Specifies one of three possible types of value selections for variables: SINGLEVALUE - specifies a single value type variable. INTERVAL - specifies an interval type variable with a lower and an upper limit. COMPLEX - specifies an interval type variable, which is specified by SIGN (sign), OPTION (comparison operator), LOW (lower limit) and HIGH (upper limit).
IBISortDirectionType Specifies the sort direction of the set expression IBISort.
 

Class Summary
IBIDrillDirectionTypeEnum Specifies which members are selected, either from levels below or above the level of the drilled-upon object.
IBIJoinTypeEnum Specifies how two tuple or member collections should interact with each other.
IBILevelTypeEnum Specifies the time granularity of the to-be-returned members.
IBIRankTypeEnum Specifies how tuples or members are restricted by the IBIRankingFilter.
IBIRelationalOperatorTypeEnum Specifies the relational operator for the condition-based filter IBIConditionBasedFilter or for variable values of type IBISapVariableValueRange.
IBISapRangeSignTypeEnum Specifies whether the given values should be included or excluded from the selection by using the SIGN component.
IBISapVariableSelectionTypeEnum Specifies one of three possible types of value selections for variables: SINGLEVALUE - specifies a single value type variable. INTERVAL - specifies an interval type variable with a lower and an upper limit. COMPLEX - specifies an interval type variable, which is specified by SIGN (sign), OPTION (comparison operator), LOW (lower limit) and HIGH (upper limit).
IBISortDirectionTypeEnum Specifies the sort direction of the set expression IBISort.
 

Package com.sap.ip.bi.sdk.dac.olap.query.types Description

Defines eight types, with their corresponding enumerations, that are used as type safe input for other expressions. They diagrammed below:

Types diagram IBISapRangeSignTypeIBISapVariableSelectionType IBIDrillDirectionType IBIJoinType IBILevelType IBIRankType IBIRelationalOperatorType IBISortDirectionType

Join types referred to throughout the query model are also described here. For each join type, there is one enumeration value of the type IBIJoinType.

The available types and their enumerations are also listed in the table below:

Type Enumeration Description
IBIJoinType
  • APPEND
  • EXCEPT
  • GENERATE
  • INITIAL
  • INTERSECT
  • UNION
see Join Types.
IBIRankType
  • TOPCOUNT
  • TOPPERCENT
  • TOPSUM
  • BOTTOMCOUNT
  • BOTTOMPERCENT
  • BOTTOMSUM
The type of ranking you can select for the ranking filter.
IBIDrillDirectionType
  • UP
  • DOWN
The options for a drill operation.
IBISortDirectionType
  • ASCENDING
  • DESCENDING
Specifies sort order.
IBILevelType
  • YEARS
  • QUARTERS
  • MONTHS
  • WEEKS
Specifies a specific period of time.
IBIRelationalOperatorType
  • EQUAL
  • NOTEQUAL
  • GREATERTHAN
  • GREATERTHANEQUAL
  • LESSTHAN
  • LESSTHANEQUAL
  • BETWEEN
Specifies the relational operator for a condition-based filter.
IBISapRangeSignType
  • INCLUDING
  • EXCLUDING
Specifies whether the given values should be included or excluded from the selection by using the SIGN component.
IBISapVariableSelectionType
  • SINGLEVALUE
  • INTERVAL
  • COMPLEX
Specifies one of three possible types of value selections for variables.

 

Since:
3.50

SAP BI Java SDK

Copyright © 2004-2006 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.