org.eclipse.birt.report.engine.extension
Interface ICubeResultSet
- All Superinterfaces:
- IBaseResultSet
public interface ICubeResultSet
- extends IBaseResultSet
Method Summary |
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)
|
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()
Copyright © 2008 Actuate Corp. All rights reserved.