|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuerySpec
Contains the information necessary to generate a SQL statement to retrieve a set of cells.
Method Summary | |
---|---|
String |
generateSqlQuery()
|
String |
getColumnAlias(int i)
|
StarColumnPredicate |
getColumnPredicate(int i)
Returns the predicate on the i th column. |
RolapStar.Column[] |
getColumns()
|
RolapStar.Measure |
getMeasure(int i)
|
String |
getMeasureAlias(int i)
|
int |
getMeasureCount()
|
RolapStar |
getStar()
|
Method Detail |
---|
RolapStar getStar()
int getMeasureCount()
RolapStar.Measure getMeasure(int i)
String getMeasureAlias(int i)
RolapStar.Column[] getColumns()
String getColumnAlias(int i)
StarColumnPredicate getColumnPredicate(int i)
i
th column.
If the column is unconstrained, returns
LiteralStarPredicate
(true).
i
- Column ordinal
String generateSqlQuery()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |