|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base class to define set of transforms that are common to queries, and groups within queries.
Method Summary | |
java.util.Collection |
getAfterExpressions()
Gets the expressions that needs to be available at the end of the group/list, as an unordered collection of IBaseExpression objects. |
java.util.Collection |
getBeforeExpressions()
Gets the expressions that needs to be available at the beginning of the group/list, as an unordered collection of IBaseExpression objects. |
java.util.List |
getFilters()
Returns the filters defined in this transform, as an ordered list of IFilterDefinition objects. |
java.util.Collection |
getRowExpressions()
Gets the expressions that needs to be calculated per detail row, as an unordered collection of IBaseExpression objects |
java.util.List |
getSorts()
Returns the sort criteria as an ordered list of ISortDefinition objects. |
java.util.Collection |
getSubqueries()
Returns an unordered collection of subqueries that are alternative views of the result set for this transform. |
Method Detail |
public java.util.List getFilters()
IFilterDefinition
objects.
public java.util.Collection getSubqueries()
ISubqueryDefinition
.
ISubqueryDefinition
public java.util.List getSorts()
ISortDefinition
objects.
public java.util.Collection getRowExpressions()
IBaseExpression
objects
public java.util.Collection getAfterExpressions()
IBaseExpression
objects.
public java.util.Collection getBeforeExpressions()
IBaseExpression
objects.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |