|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.birt.chart.factory.DataRowExpressionEvaluatorAdapter
org.eclipse.birt.chart.internal.factory.SqlDataRowEvaluator
A java.sql.ResultSet implementation for IDataRowExpressionEvaluator.
| Constructor Summary | |
SqlDataRowEvaluator(java.sql.ResultSet resultSet)
The constructor. |
|
| Method Summary | |
void |
close()
Closes the underlying resultset. |
java.lang.Object |
evaluate(java.lang.String expression)
Evaluates the expression based on the current row |
boolean |
first()
Moves to the first row. |
boolean |
next()
Moves to the next row. |
| Methods inherited from class org.eclipse.birt.chart.factory.DataRowExpressionEvaluatorAdapter |
evaluateGlobal |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SqlDataRowEvaluator(java.sql.ResultSet resultSet)
resultSet - | Method Detail |
public java.lang.Object evaluate(java.lang.String expression)
IDataRowExpressionEvaluator
evaluate in interface IDataRowExpressionEvaluatorevaluate in class DataRowExpressionEvaluatorAdapterpublic boolean next()
IDataRowExpressionEvaluator
next in interface IDataRowExpressionEvaluatornext in class DataRowExpressionEvaluatorAdapterpublic void close()
IDataRowExpressionEvaluator
close in interface IDataRowExpressionEvaluatorclose in class DataRowExpressionEvaluatorAdapterpublic boolean first()
IDataRowExpressionEvaluator
first in interface IDataRowExpressionEvaluatorfirst in class DataRowExpressionEvaluatorAdapter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||