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