|
PJODeThe PersonalJava ODBMS
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.linxpda.PJODe
Interface ResultSet
- All Superinterfaces:
- java.io.Serializable
- public interface ResultSet
- extends java.io.Serializable
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. |
isEmpty
public boolean isEmpty()
- Tests whether this ResultSet has any entries.
getObjectCount
public int getObjectCount()
- Returns the number of entries in this ResultSet.
getObjectAt
public java.lang.Object getObjectAt(int i)
- Returns the Object stored at location 'i' in this
ResultSet.