public interface ResultSetExecution extends Execution
QueryExpressions and Calls that
returns a resultset, which is represented through the iterator method
next().| Modifier and Type | Method and Description |
|---|---|
List<?> |
next()
Retrieves the next row of the resultset.
|
List<?> next() throws TranslatorException, DataNotAvailableException
TranslatorExceptionDataNotAvailableExceptionCopyright © 2019. All rights reserved.