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, wait
forEach, spliterator
public RepositoryQueryResultTable(String queryString, org.openrdf.repository.RepositoryConnection connection) throws ModelRuntimeException
ModelRuntimeException
public RepositoryQueryResultTable(String queryString, org.openrdf.query.QueryLanguage language, org.openrdf.repository.RepositoryConnection connection) throws ModelRuntimeException
ModelRuntimeException
public List<String> getVariables()
getVariables
in interface QueryResultTable
public ClosableIterator<QueryRow> iterator()
ClosableIterable
Copyright © 2005–2019 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.