SAP BI Java SDK

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


public interface IBIQueryExecute

Minimal callback between query model and connection to underlying BI Java Connector (resource adapter).

Since:
3.50

Method Summary
 ResultSet execute(IBIQuery query)
          Executes the specified query.
 Object getNativeRepresentation(IBIQuery query)
          Retrieves the native representation the specified native query.
 javax.jmi.reflect.RefPackage getRefPackage()
          Gets the outermost extent of the Common Warehouse Metamodel from the Metamodel Repository.
 Boolean supports(IBIRelational.Supports feature)
          Checks whether this feature is supported.
 

Method Detail

execute

public ResultSet execute(IBIQuery query)
                  throws BIResourceException
Executes the specified query.
Parameters:
query - the query
Returns:
the result of the specified query
Throws:
BIResourceException - if an error occurs during the execution

getRefPackage

public javax.jmi.reflect.RefPackage getRefPackage()
                                           throws BIResourceException
Gets the outermost extent of the Common Warehouse Metamodel from the Metamodel Repository.
Returns:
the outermost extent
Throws:
BIResourceException - if the outermost extent cannot be retrieved

supports

public Boolean supports(IBIRelational.Supports feature)
Checks whether this feature is supported.
Parameters:
feature - the feature.
Returns:
true if this feature is supported; false otherwise.

getNativeRepresentation

public Object getNativeRepresentation(IBIQuery query)
                               throws BIResourceException
Retrieves the native representation the specified native query. The native representation of a relational query would be an SQL statement in the case of a JDBC resource adapter.
Parameters:
query - the query
Returns:
the native representation of the specified query
Throws:
BIResourceException - if an error occurs during the execution

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.