|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
java.lang.Object |
getColumnValue(int index)
Gets the column data by index. |
java.lang.Object |
getColumnValue(java.lang.String name)
Gets the column data by column name. |
IDataSetInstance |
getDataSet()
Gets the data set runtime instance which contains this row |
| Method Detail |
public IDataSetInstance getDataSet()
public java.lang.Object getColumnValue(int index)
throws ScriptException
index - 1-based index of column. If value is 0, an internal index of
the current row (if available) is returned
ScriptException
public java.lang.Object getColumnValue(java.lang.String name)
throws ScriptException
name - of column
ScriptException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||