|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Row
The Row interface provides methods to get information about the columns in a result row. It uses simple, position (1-based) access to get to columns. Searching for columns by name should be done from the ResultSet interface, where metadata about the rows and columns is available.
ResultSet,
ExecRow| Method Summary | |
|---|---|
DataValueDescriptor |
getColumn(int position)
Get a DataValueDescriptor in a Row by ordinal position (1-based). |
int |
nColumns()
|
void |
setColumn(int position,
DataValueDescriptor value)
Set a DataValueDescriptor in a Row by ordinal position (1-based). |
| Method Detail |
|---|
int nColumns()
DataValueDescriptor getColumn(int position)
throws StandardException
position - The ordinal position of the column.
StandardException - Thrown on failure.
void setColumn(int position,
DataValueDescriptor value)
position - The ordinal position of the column.
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||