Class QueryExecOverRowSet.QueryExecOverRowSetInternal
java.lang.Object
org.aksw.commons.util.closeable.AutoCloseableBase
org.aksw.commons.util.closeable.AutoCloseableWithLeakDetectionBase
org.aksw.jenax.dataaccess.sparql.exec.query.QueryExecOverRowSet.QueryExecOverRowSetInternal
- All Implemented Interfaces:
AutoCloseable,QueryExecAdapter,org.apache.jena.sparql.exec.QueryExec
- Enclosing class:
- QueryExecOverRowSet
public static class QueryExecOverRowSet.QueryExecOverRowSetInternal
extends org.aksw.commons.util.closeable.AutoCloseableWithLeakDetectionBase
implements QueryExecAdapter
QueryExec wrapper for just the row set.
-
Field Summary
FieldsFields inherited from class org.aksw.commons.util.closeable.AutoCloseableWithLeakDetectionBase
instantiationStackTraceFields inherited from class org.aksw.commons.util.closeable.AutoCloseableBase
closeStackTrace, enableCloseStackTrace, isClosed -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.util.closeable.AutoCloseableWithLeakDetectionBase
finalize, getInstantiationStackTraceMethods inherited from class org.aksw.commons.util.closeable.AutoCloseableBase
close, ensureOpen, throwClosedExceptionMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.exec.QueryExec
construct, constructDataset, describeMethods inherited from interface org.aksw.jenax.arq.util.exec.query.QueryExecAdapter
abort, ask, close, construct, constructDataset, constructQuads, constructTriples, describe, describeTriples, execJson, execJsonItems, getContext, getDataset, getQuery, getQueryString, isClosed
-
Field Details
-
rowSet
protected org.apache.jena.sparql.exec.RowSet rowSet
-
-
Constructor Details
-
QueryExecOverRowSetInternal
public QueryExecOverRowSetInternal(org.apache.jena.sparql.exec.RowSet rowSet)
-
-
Method Details
-
select
public org.apache.jena.sparql.exec.RowSet select()- Specified by:
selectin interfaceorg.apache.jena.sparql.exec.QueryExec- Specified by:
selectin interfaceQueryExecAdapter
-
closeActual
- Overrides:
closeActualin classorg.aksw.commons.util.closeable.AutoCloseableBase- Throws:
Exception
-