PJODe

The PersonalJava ODBMS

com.linxpda.PJODe
Class ResultSet

java.lang.Object
  |
  +--com.linxpda.PJODe.ResultSet

public class ResultSet
extends java.lang.Object

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

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