public interface IRow
IInputData
,
IResultSet
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject(int colNo)
Returns the data value stored in the specified column of this row.
|
java.lang.Object getObject(int colNo) throws java.lang.Exception
colNo
- The column number for the field, beginning with 1.java.lang.Exception