quadbase.util
Interface IRow
- All Known Subinterfaces:
- IResultSet
- public interface IRow
This interface is use to read individual fields in one row of data.
- See Also:
IInputData,
IResultSet
|
Method Summary |
java.lang.Object |
getObject(int colNo)
Returns the data value stored in the specified column of this row. |
getObject
public java.lang.Object getObject(int colNo)
throws java.lang.Exception
- Returns the data value stored in the specified column of this row.
- Parameters:
colNo - The column number for the field, beginning with 1.- Returns:
- The data value stored in that column field.