public abstract class QueryExecutionFactoryBackQuery extends Object implements QueryExecutionFactory
| Constructor and Description |
|---|
QueryExecutionFactoryBackQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(String queryString) |
<T> T |
unwrap(Class<T> clazz) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getStatecreateQueryExecutionpublic com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
createQueryExecution in interface QueryExecutionFactoryStringpublic <T> T unwrap(Class<T> clazz)
unwrap in interface QueryExecutionFactorypublic void close()
close in interface QueryExecutionFactoryCopyright © 2015. All rights reserved.