This project has retired. For details please refer to its
Attic page.
QueryResultIterator (Apache Marmotta Site 3.3.0 API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- info.aduna.iteration.CloseableIteration<QueryResult,SQLException>, info.aduna.iteration.Iteration<QueryResult,SQLException>
public interface QueryResultIterator
extends info.aduna.iteration.CloseableIteration<QueryResult,SQLException>
An iterator over query results. Allows lazy iterating over the database results of the query.
- See Also:
org.apache.marmotta.platform.core.api.persistence.ResultIterator
,
Author: Sebastian Schaffert
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
close()
Close the underlying result set and database connection.
|
-
Methods inherited from interface info.aduna.iteration.Iteration
hasNext, next, remove
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.