|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRowSet
defines an interface that wraps around a row set.
| Method Summary | |
|---|---|
void |
close()
clse the row set |
java.lang.Object |
evaluate(org.eclipse.birt.data.engine.api.IBaseExpression expr)
|
java.lang.Object |
evaluate(java.lang.String expr)
evaluate the expression using current row. |
int |
getEndingGroupLevel()
Returns the 1-based index of the outermost group in which the current row is the first row. |
IRowMetaData |
getMetaData()
returns the definition for the data row |
int |
getStartingGroupLevel()
Returns the 1-based index of the outermost group in which the current row is the last row. |
boolean |
isEmpty()
Judges if the IRowSet is empty or not |
boolean |
next()
move the row to next. |
| Method Detail |
|---|
IRowMetaData getMetaData()
boolean next()
int getStartingGroupLevel()
int getEndingGroupLevel()
java.lang.Object evaluate(java.lang.String expr)
expr - expression, must be prepared in DTE.prepared().
java.lang.Object evaluate(org.eclipse.birt.data.engine.api.IBaseExpression expr)
void close()
boolean isEmpty()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||