|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
/** Represents attributes common to a data engine query and a subquery.
Method Summary | |
java.util.List |
getGroups()
Returns the group definitions as an ordered collection of IGroupDefinition
objects. |
int |
getMaxRows()
Gets the maximum number of detail rows that can be retrieved by this query |
IBaseQueryDefinition |
getParentQuery()
Returns the parent query. |
boolean |
usesDetails()
Indicates if the report will use the detail rows. |
Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseTransform |
getAfterExpressions, getBeforeExpressions, getFilters, getRowExpressions, getSorts, getSubqueries |
Method Detail |
public java.util.List getGroups()
IGroupDefinition
objects. Groups are organizations within the data that support
aggregation, filtering and sorting. Reports use groups to trigger
level breaks.
public boolean usesDetails()
public IBaseQueryDefinition getParentQuery()
public int getMaxRows()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |