public abstract static class SparqlQueryRunner.QueryParser<T> extends Object
| Constructor and Description |
|---|
QueryParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
defaultValue() |
protected int |
ifIntPresent(com.hp.hpl.jena.query.QuerySolution solution,
String variableName,
int defaultValue) |
protected String |
ifLiteralPresent(com.hp.hpl.jena.query.QuerySolution solution,
String variableName,
String defaultValue) |
protected long |
ifLongPresent(com.hp.hpl.jena.query.QuerySolution solution,
String variableName,
long defaultValue) |
protected String |
ifResourcePresent(com.hp.hpl.jena.query.QuerySolution solution,
String variableName,
String defaultValue) |
protected abstract T |
parseResults(String queryStr,
com.hp.hpl.jena.query.ResultSet results) |
protected abstract T parseResults(String queryStr, com.hp.hpl.jena.query.ResultSet results)
protected abstract T defaultValue()
protected String ifResourcePresent(com.hp.hpl.jena.query.QuerySolution solution, String variableName, String defaultValue)
protected String ifLiteralPresent(com.hp.hpl.jena.query.QuerySolution solution, String variableName, String defaultValue)
protected long ifLongPresent(com.hp.hpl.jena.query.QuerySolution solution,
String variableName,
long defaultValue)
protected int ifIntPresent(com.hp.hpl.jena.query.QuerySolution solution,
String variableName,
int defaultValue)
Copyright © 2016. All rights reserved.