|
PJODeThe PersonalJava ODBMS |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.linxpda.PJODe.ResultSet
A Vector like collection of objects returned by a call
to PJODe.get
.
Method Summary | |
java.lang.Object |
getObjectAt(int i)
Returns the Object stored at location 'i' in this ResultSet. |
int |
getObjectCount()
Returns the number of entries in this ResultSet. |
boolean |
isEmpty()
Tests whether this ResultSet has any entries. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isEmpty()
public int getObjectCount()
public java.lang.Object getObjectAt(int i)
|
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |