|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Minimal callback between query model and connection to underlying BI Java Connector (resource adapter).
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 |
public ResultSet execute(IBIQuery query) throws BIResourceException
query
- the queryBIResourceException
- if an error occurs during the executionpublic javax.jmi.reflect.RefPackage getRefPackage() throws BIResourceException
BIResourceException
- if the outermost extent cannot be retrievedpublic Boolean supports(IBIRelational.Supports feature)
feature
- the feature.true
if this feature
is supported;
false
otherwise.public Object getNativeRepresentation(IBIQuery query) throws BIResourceException
query
- the queryBIResourceException
- if an error occurs during the execution
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |