public interface IDocumentumResult
extends java.rmi.Remote
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close and release the resources for this resultset.
|
java.lang.String |
getStringValue(java.lang.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 java.lang.String _rcsid
boolean isValidRow()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getStringValue(java.lang.String valueName)
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionvoid nextRow()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionvoid close()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteException