|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The base interface for SQL query (SELECT) operation holder
| Fields inherited from interface com.sapportals.connector.execution.objects.language.IOperation |
DELETE_OPERATION, INSERT_OPERATION, QUERY_OPERATION, UPDATE_OPERATION |
| Method Summary | |
ICriteria |
getCriteria()
Returns the criteria for the where clause of the query |
IFrom |
getFrom()
Returns the from clause of the query |
IGroupBy |
getGroupBy()
Returns the Group by clause of the query |
ICriteria |
getHaving()
Returns the criteria which represents the having clause of the query |
IOrderBy |
getOrderBy()
Returns the Order by clause of the query |
ISelect |
getSelect()
Returns the select clause of the query |
| Methods inherited from interface com.sapportals.connector.execution.objects.language.IOperation |
getType |
| Method Detail |
public ISelect getSelect()
public IFrom getFrom()
public ICriteria getCriteria()
public IOrderBy getOrderBy()
public IGroupBy getGroupBy()
public ICriteria getHaving()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||