public class QueryExecutionFactoryLimit extends QueryExecutionFactoryDecorator
| Constructor and Description |
|---|
QueryExecutionFactoryLimit(QueryExecutionFactory decoratee,
boolean doCloneQuery,
Long limit) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(com.hp.hpl.jena.query.Query query) |
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(String queryString) |
static <U extends com.hp.hpl.jena.query.QueryExecution> |
decorate(QueryExecutionFactory decoratee,
boolean doCloneQuery,
Long limit) |
getId, getState, unwrappublic QueryExecutionFactoryLimit(QueryExecutionFactory decoratee, boolean doCloneQuery, Long limit)
public static <U extends com.hp.hpl.jena.query.QueryExecution> QueryExecutionFactoryLimit decorate(QueryExecutionFactory decoratee, boolean doCloneQuery, Long limit)
public com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
createQueryExecution in interface QueryExecutionFactoryQuerycreateQueryExecution in class QueryExecutionFactoryDecoratorpublic com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
createQueryExecution in interface QueryExecutionFactoryStringcreateQueryExecution in class QueryExecutionFactoryDecoratorCopyright © 2014. All rights reserved.