public interface IDynamicResultSet
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this resultset.
|
IDynamicResultRow |
getNextRow()
Get the next row from the resultset.
|
static final String _rcsid
IDynamicResultRow getNextRow() throws ManifoldCFException, ServiceInterruption
ManifoldCFException
ServiceInterruption
void close() throws ManifoldCFException, ServiceInterruption