|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBaseTransform
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 |
|---|
java.util.List getFilters()
IFilterDefinition objects.
java.util.Collection getSubqueries()
ISubqueryDefinition.
ISubqueryDefinitionjava.util.List getSorts()
ISortDefinition objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||