public class RepositoryQueryResultTable extends Object implements QueryResultTable
| Constructor and Description |
|---|
RepositoryQueryResultTable(String queryString,
org.openrdf.query.QueryLanguage language,
org.openrdf.repository.RepositoryConnection connection) |
RepositoryQueryResultTable(String queryString,
org.openrdf.repository.RepositoryConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getVariables() |
ClosableIterator<QueryRow> |
iterator()
Returns an iterator over a set of elements of type T.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic RepositoryQueryResultTable(String queryString, org.openrdf.repository.RepositoryConnection connection) throws ModelRuntimeException
ModelRuntimeExceptionpublic RepositoryQueryResultTable(String queryString, org.openrdf.query.QueryLanguage language, org.openrdf.repository.RepositoryConnection connection) throws ModelRuntimeException
ModelRuntimeExceptionpublic List<String> getVariables()
getVariables in interface QueryResultTablepublic ClosableIterator<QueryRow> iterator()
ClosableIterableCopyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.