|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the computed expression results that are bound to the current row. The index starts with 1, which reprents the first expression in the row.
Method Summary | |
int |
getExpressionCount()
Return the number of expressions bound to the current row. |
java.lang.Object |
getExpressionValue(int i)
Return the value of the i:th expression in the current row. |
java.lang.Object |
getExpressionValue(java.lang.String expression)
Return the value of the provided expression. |
Method Detail |
public java.lang.Object getExpressionValue(java.lang.String expression) throws ScriptException
ScriptException
public java.lang.Object getExpressionValue(int i) throws ScriptException
ScriptException
public int getExpressionCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |