|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Simplified contents of the Relational Query Model pre-processed into a form that the BI SAP Query Connector can pass to the SAP Web Application Server.
Method Summary | |
List |
getFields()
The list of columns as the result of this query execution. |
String |
getFuncArea()
In SAP Query, the functional area is the equivalent of a relational table. |
List |
getSelectFields()
The list of fields on which a selection is possible. |
IBISapqSelectOption[] |
getSelectTable()
The WHERE condition in a form that SAP Query can use
to execute the query (see also IBISapqSelectOption for more
information). |
List |
getSortFields()
The list of fields with sorting direction, according to which the result of this query is to be ordered. |
Method Detail |
public String getFuncArea()
public List getFields()
public List getSelectFields()
public List getSortFields()
public IBISapqSelectOption[] getSelectTable()
WHERE
condition in a form that SAP Query can use
to execute the query (see also IBISapqSelectOption
for more
information).
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |