public interface ResultSetPeekable extends ResultSet
| Modifier and Type | Method and Description |
|---|---|
QuerySolution |
peek()
Peek at the next query solution
|
Binding |
peekBinding()
Peek at the next binding
|
getResourceModel, getResultVars, getRowNumber, hasNext, next, nextBinding, nextSolutionforEachRemaining, removeQuerySolution peek()
NoSuchElementException - Thrown if attempting to peek when there are no further elementsBinding peekBinding()
NoSuchElementException - Thrown if attempting to peek when there are no further elementsLicenced under the Apache License, Version 2.0