|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Simple wrapper to provide access to the elements of the query.
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 |
public IBIWhereTree getWhereTree()
WHERE
condition as a
tree
.WHERE
condition as a treepublic List getColumnRef()
list
of
column references
(in other words, column and optional label for the result set).public List getTableRef()
list
of
table references
(in other words, the list of table and optional reference pairs
to support self-joins, for example).public List getGroupByRef()
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).public List getOrderByRef()
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).
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |