Class QueryExecFactoryOverQueryExecutionFactory
java.lang.Object
org.aksw.jenax.dataaccess.sparql.exec.query.QueryExecFactoryOverQueryExecutionFactory
- All Implemented Interfaces:
AutoCloseable,QueryExecFactory,QueryExecFactoryQuery,QueryExecFactoryString
@Deprecated
public class QueryExecFactoryOverQueryExecutionFactory
extends Object
implements QueryExecFactory
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated.protected QueryExecutionFactoryDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.QueryExecFactoryOverQueryExecutionFactory(QueryExecutionFactory qef, boolean closeDelegate) Deprecated. -
Method Summary
-
Field Details
-
qef
Deprecated. -
closeDelegateOnClose
protected boolean closeDelegateOnCloseDeprecated.
-
-
Constructor Details
-
QueryExecFactoryOverQueryExecutionFactory
Deprecated. -
QueryExecFactoryOverQueryExecutionFactory
Deprecated.
-
-
Method Details
-
getDelegate
Deprecated. -
create
Deprecated.- Specified by:
createin interfaceQueryExecFactoryString
-
create
public org.apache.jena.sparql.exec.QueryExec create(org.apache.jena.query.Query query) Deprecated.- Specified by:
createin interfaceQueryExecFactoryQuery
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-