public class OOQueryResultTableImpl extends Object implements OOQueryResultTable
| Constructor and Description |
|---|
OOQueryResultTableImpl(Model m,
Map<String,Class<?>> returnTypes,
String sparqlSelectQuery) |
| Modifier and Type | Method and Description |
|---|---|
Model |
getModel() |
Class<?> |
getReturnType(String varname) |
List<String> |
getVariables()
Return the set of all variable names useed in the query.
|
ClosableIterator<OOQueryRow> |
iterator()
Returns an iterator over a set of elements of type T.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic OOQueryResultTableImpl(Model m, Map<String,Class<?>> returnTypes, String sparqlSelectQuery) throws ModelRuntimeException
ModelRuntimeExceptionpublic List<String> getVariables()
OOQueryResultTablegetVariables in interface OOQueryResultTablepublic ClosableIterator<OOQueryRow> iterator()
ClosableIterableiterator in interface Iterable<OOQueryRow>iterator in interface ClosableIterable<OOQueryRow>public Model getModel()
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.