Interface ICubeResultSet
- All Superinterfaces:
IBaseResultSet
-
Field Summary
Fields inherited from interface org.eclipse.birt.report.engine.extension.IBaseResultSet
CUBE_RESULTSET, QUERY_RESULTSET
-
Method Summary
Modifier and TypeMethodDescriptionjavax.olap.cursor.CubeCursor
org.eclipse.birt.data.engine.olap.api.query.IBaseCubeQueryDefinition
void
Methods inherited from interface org.eclipse.birt.report.engine.extension.IBaseResultSet
close, evaluate, evaluate, evaluate, getID, getParent, getQueryResults, getRawID, getType
-
Method Details
-
getCubeCursor
javax.olap.cursor.CubeCursor getCubeCursor() -
getCellIndex
String getCellIndex() -
skipTo
- Throws:
org.eclipse.birt.core.exception.BirtException
-
getCubeQuery
org.eclipse.birt.data.engine.olap.api.query.IBaseCubeQueryDefinition getCubeQuery()
-