public abstract class SimpleStoredQueryService extends StoredQueryService
StoredQueryService.Options
Constructor and Description |
---|
SimpleStoredQueryService() |
Modifier and Type | Method and Description |
---|---|
protected org.openrdf.query.TupleQueryResult |
doQuery(BigdataSailRepositoryConnection cxn,
ServiceCallCreateParams createParams,
ServiceParams serviceParams)
Executes the SPARQL query returned by
getQuery(ServiceCallCreateParams, ServiceParams) |
protected abstract String |
getQuery(ServiceCallCreateParams createParams,
ServiceParams serviceParams)
Return the SPARQL query to be evaluated.
|
create, create, getServiceOptions
getDesiredBound, getRequiredBound
protected abstract String getQuery(ServiceCallCreateParams createParams, ServiceParams serviceParams)
protected org.openrdf.query.TupleQueryResult doQuery(BigdataSailRepositoryConnection cxn, ServiceCallCreateParams createParams, ServiceParams serviceParams) throws Exception
getQuery(ServiceCallCreateParams, ServiceParams)
doQuery
in class StoredQueryService
cxn
- The connection that should be used to read on the SPARQL
database. The connection will be closed by the caller.createParams
- The SERVICE creation parameters.serviceParams
- The SERVICE invocation parameters.Exception
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.