public class DataRowExpressionEvaluatorAdapter extends java.lang.Object implements IDataRowExpressionEvaluator
| Constructor and Description |
|---|
DataRowExpressionEvaluatorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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)
Evaluates the global expressions which are not associated with the data
rows.
|
boolean |
first()
Moves to the first row.
|
boolean |
next()
Moves to the next row.
|
public java.lang.Object evaluate(java.lang.String expression)
IDataRowExpressionEvaluatorevaluate in interface IDataRowExpressionEvaluatorpublic java.lang.Object evaluateGlobal(java.lang.String expression)
IDataRowExpressionEvaluatorevaluateGlobal in interface IDataRowExpressionEvaluatorpublic boolean first()
IDataRowExpressionEvaluatorfirst in interface IDataRowExpressionEvaluatortrue if the cursor is on a valid row;
false if there are no rows in the result setpublic boolean next()
IDataRowExpressionEvaluatornext in interface IDataRowExpressionEvaluatorpublic void close()
IDataRowExpressionEvaluatorclose in interface IDataRowExpressionEvaluatorCopyright © 2005-2008 Actuate Corp. All rights reserved.