public class GenericQueryRunner extends Object implements QueryRunner<com.hp.hpl.jena.query.ResultSet>
| Modifier and Type | Field and Description |
|---|---|
protected static com.hp.hpl.jena.query.Syntax |
SYNTAX |
| Constructor and Description |
|---|
GenericQueryRunner(Map<String,String> fieldLabelToOutputFieldLabel,
String aggregationRules,
String whereClause,
String groupOrderClause,
com.hp.hpl.jena.query.Dataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.ResultSet |
getQueryResult() |
void |
sparqlSelectQuery(RDFService rdfService,
ResultSetConsumer consumer) |
public com.hp.hpl.jena.query.ResultSet getQueryResult()
throws MalformedQueryParametersException
getQueryResult in interface QueryRunner<com.hp.hpl.jena.query.ResultSet>MalformedQueryParametersExceptionpublic void sparqlSelectQuery(RDFService rdfService, ResultSetConsumer consumer) throws MalformedQueryParametersException
Copyright © 2016. All rights reserved.