my.usm.gcl.ddbms.client
Class DBRowSet

java.lang.Object
  extended by my.usm.gcl.ddbms.client.DBRowSet

public class DBRowSet
extends java.lang.Object


Constructor Summary
DBRowSet()
           
 
Method Summary
 java.lang.String getColumnName(int index)
           
 int getNumCols()
           
 boolean hasNext()
           
 DBRow next()
           
 void revive()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBRowSet

public DBRowSet()
Method Detail

hasNext

public boolean hasNext()

size

public int size()

next

public DBRow next()
           throws java.lang.Exception
Throws:
java.lang.Exception

revive

public void revive()

getColumnName

public java.lang.String getColumnName(int index)

getNumCols

public int getNumCols()