Interface IBaseResultSet
- All Known Subinterfaces:
ICubeResultSet
,IQueryResultSet
public interface IBaseResultSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
-
Field Details
-
QUERY_RESULTSET
static final int QUERY_RESULTSET- See Also:
-
CUBE_RESULTSET
static final int CUBE_RESULTSET- See Also:
-
-
Method Details
-
getType
int getType() -
getQueryResults
org.eclipse.birt.data.engine.api.IBaseQueryResults getQueryResults() -
getRawID
return the Raw ID- Returns:
- Throws:
org.eclipse.birt.core.exception.BirtException
-
getID
DataSetID getID() -
getParent
IBaseResultSet getParent() -
evaluate
- Throws:
org.eclipse.birt.core.exception.BirtException
-
evaluate
evaluate the expression with specified script language.- Parameters:
language
-expr
-- Returns:
- Throws:
org.eclipse.birt.core.exception.BirtException
-
evaluate
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()
-