Modifier and Type | Method and Description |
---|---|
void |
close()
Close and release the resources for this resultset.
|
String |
getStringValue(String valueName)
Get a string result value
|
boolean |
isValidRow()
Check if we are done with the resultset.
|
void |
nextRow()
Advance to the next row.
|
static final String _rcsid
boolean isValidRow() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getStringValue(String valueName) throws DocumentumException, RemoteException
DocumentumException
RemoteException
void nextRow() throws DocumentumException, RemoteException
DocumentumException
RemoteException
void close() throws DocumentumException, RemoteException
DocumentumException
RemoteException