SAP BI Java SDK

com.sap.ip.bi.sdk.dac.relational.query
Interface IBIQueryExpression


public interface IBIQueryExpression

Simple wrapper to provide access to the elements of the query.

Since:
3.50

Method Summary
 List getColumnRef()
          Gets the list of column references (in other words, column and optional label for the result set).
 List getGroupByRef()
          Gets the list of group-by-references used to determine the order of grouping when aggregation is used in the selection (in other words, the list of column references).
 List getOrderByRef()
          Gets the list of order-by-references used to determine the sort-order of the result set (in other words, the list of column and sort-direction pairs).
 List getTableRef()
          Gets the list of table references (in other words, the list of table and optional reference pairs to support self-joins, for example).
 IBIWhereTree getWhereTree()
          Gets the WHERE condition as a tree.
 

Method Detail

getWhereTree

public IBIWhereTree getWhereTree()
Gets the WHERE condition as a tree.
Returns:
the WHERE condition as a tree

getColumnRef

public List getColumnRef()
Gets the list of column references (in other words, column and optional label for the result set).
Returns:
the list of column references

getTableRef

public List getTableRef()
Gets the list of table references (in other words, the list of table and optional reference pairs to support self-joins, for example).
Returns:
the list of table references

getGroupByRef

public List getGroupByRef()
Gets the list of group-by-references used to determine the order of grouping when aggregation is used in the selection (in other words, the list of column references).
Returns:
the list of group-by references

getOrderByRef

public List getOrderByRef()
Gets the list of order-by-references used to determine the sort-order of the result set (in other words, the list of column and sort-direction pairs).
Returns:
the list of order-by references

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.