|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Row
Contains the data for a single row in a table, view, result set, etc.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.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. |
java.lang.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,
java.lang.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 |
|---|
java.lang.Object get(int i)
void set(int i,
java.lang.Object val)
throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationExceptionint size()
int hashCode()
Object.hashCode()
contract.
hashCode in class java.lang.Objectboolean equals(java.lang.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.
equals in class java.lang.Objectint getIdentifier()
void setIdentifier(int id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||