|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The IResultSetRow represents a row in IResultSetObject.
IResultSetObject| Method Summary | |
java.lang.Object[] |
getData()
Returns the data of this row |
java.lang.Object |
getData(int index)
Returns the row data at the given column (the index is based on 0) |
void |
setData(java.lang.Object[] values)
Sets the row data for this row |
void |
setData(java.lang.Object obj,
int index)
Sets the row data of at the given column (the index is based on 0) |
| Method Detail |
public java.lang.Object[] getData()
public java.lang.Object getData(int index)
index - the column index
public void setData(java.lang.Object[] values)
values - data of this row
public void setData(java.lang.Object obj,
int index)
obj - the column dataindex - the column index
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||