public interface ResultSetExecution extends Execution
QueryExpression
s and Call
s 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
TranslatorException
DataNotAvailableException
Copyright © 2016 JBoss by Red Hat. All rights reserved.