org.eclipse.birt.report.engine.extension
Interface IBaseResultSet
- All Known Subinterfaces:
- ICubeResultSet, IQueryResultSet
public interface IBaseResultSet
QUERY_RESULTSET
static final int QUERY_RESULTSET
- See Also:
- Constant Field Values
CUBE_RESULTSET
static final int CUBE_RESULTSET
- See Also:
- Constant Field Values
getType
int getType()
getQueryResults
org.eclipse.birt.data.engine.api.IBaseQueryResults getQueryResults()
getRawID
java.lang.String getRawID()
throws org.eclipse.birt.core.exception.BirtException
- return the Raw ID
- Returns:
-
- Throws:
org.eclipse.birt.core.exception.BirtException
getID
DataSetID getID()
getParent
IBaseResultSet getParent()
evaluate
java.lang.Object evaluate(java.lang.String expr)
throws org.eclipse.birt.core.exception.BirtException
- Throws:
org.eclipse.birt.core.exception.BirtException
evaluate
java.lang.Object evaluate(org.eclipse.birt.data.engine.api.IBaseExpression expr)
throws org.eclipse.birt.core.exception.BirtException
- Throws:
org.eclipse.birt.core.exception.BirtException
close
void close()
Copyright © 2008 Actuate Corp. All rights reserved.