public interface ResultsStream<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ResultsStream.QueryBuilder<T>
Allow to build new
ResultsStream with customized fetching strategy. |
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Get the current row of the result as an object
|
boolean |
next()
Advance to the next result
|
boolean next()
throws ResultStreamException
ResultStreamException - for any exception while processingT get() throws ResultStreamException
ResultStreamException - for any exception while processingCopyright © 2016 JBoss by Red Hat. All Rights Reserved.