Interface IDataSetRow
- All Known Subinterfaces:
IUpdatableDataSetRow
public interface IDataSetRow
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnValue
(int index) Gets the column data by index.getColumnValue
(String name) Gets the column data by column name.Gets the data set runtime instance which contains this row
-
Method Details
-
getDataSet
IDataSetInstance getDataSet()Gets the data set runtime instance which contains this row -
getColumnValue
Gets the column data by index. Data row column index starts from 1.- Parameters:
index
- 1-based index of column. If value is 0, an internal index of the current row (if available) is returned- Throws:
ScriptException
-
getColumnValue
Gets the column data by column name.- Parameters:
name
- of column- Throws:
ScriptException
-