PJODe

The PersonalJava ODBMS

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.
 

Method Detail

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.

(c)2001 Linxpda, Inc. www.linxpda.com