|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmy.usm.gcl.ddbms.client.DBRowSet
public class DBRowSet
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 |
---|
public DBRowSet()
Method Detail |
---|
public boolean hasNext()
public int size()
public DBRow next() throws java.lang.Exception
java.lang.Exception
public void revive()
public java.lang.String getColumnName(int index)
public int getNumCols()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |