|
|||||||||||
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.List |
getFilters()
Returns the filters defined in this transform, as an ordered list of IFilterDefinition 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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |