|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains the data for a single row in a table, view, result set, etc.
Method Summary | |
boolean |
equals(Object that)
Returns true iff that is a Row with the same
number of fields and each is equal to the corresponding field in me. |
Object |
get(int i)
Returns the value of the field at i (zero indexed). |
int |
getIdentifier()
|
int |
hashCode()
Return a hash code for me, in keeping with the generic Object.hashCode()
contract. |
void |
set(int i,
Object val)
Sets the value of the field at i (zero indexed). |
void |
setIdentifier(int id)
|
int |
size()
Returns the number of fields in me. |
Method Detail |
public Object get(int i)
public void set(int i, Object val) throws UnsupportedOperationException
UnsupportedOperationException
public int size()
public int hashCode()
Object.hashCode()
contract.
public boolean equals(Object that)
true
iff that is a Row
with the same
number of fields and each is equal to the corresponding field in me.
Adheres to the generic Object.equals(java.lang.Object)
contract.
public int getIdentifier()
public void setIdentifier(int id)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |