|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataRowExpressionEvaluator
This interface provide expression evaluations of any string expression based on a row context. This is usually associated with an underlying resultset.
| Method Summary | |
|---|---|
void |
close()
Closes the underlying resultset. |
java.lang.Object |
evaluate(java.lang.String expression)
Evaluates the expression based on the current row |
java.lang.Object |
evaluateGlobal(java.lang.String expression)
Deprecated. Not used anymore. use evaluate(String) instead. |
boolean |
first()
Moves to the first row. |
boolean |
next()
Moves to the next row. |
| Method Detail |
|---|
java.lang.Object evaluate(java.lang.String expression)
A - String expression
java.lang.Object evaluateGlobal(java.lang.String expression)
evaluate(String) instead.
A - String expression
boolean first()
true if the cursor is on a valid row;
false if there are no rows in the result setboolean next()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||