Class QueryExecutionFactoryIterated
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
org.aksw.jena_sparql_api.pagination.core.QueryExecutionFactoryIterated
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
- Author:
- Claus Stadler Date: 7/26/11 Time: 11:41 PM
-
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryIterated(QueryExecutionFactory decoratee, QueryTransformer queryTransformer, boolean breakOnEmptyResult, boolean stopIfLimitNotReached) -
Method Summary
Methods inherited from class org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
close, createQueryExecution, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
-
Constructor Details
-
QueryExecutionFactoryIterated
public QueryExecutionFactoryIterated(QueryExecutionFactory decoratee, QueryTransformer queryTransformer, boolean breakOnEmptyResult, boolean stopIfLimitNotReached)
-
-
Method Details
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query) -
getId
-
getState
-
main
-