public class RdfServiceConstructQueryContext extends Object implements SparqlQueryRunner.ConstructQueryContext
| Constructor and Description |
|---|
RdfServiceConstructQueryContext(RDFService rdfService,
QueryHolder query) |
| Modifier and Type | Method and Description |
|---|---|
SparqlQueryRunner.ConstructQueryContext |
bindVariableToPlainLiteral(String name,
String value) |
SparqlQueryRunner.ConstructQueryContext |
bindVariableToUri(String name,
String uri) |
SparqlQueryRunner.ExecutingConstructQueryContext |
execute() |
String |
toString() |
public RdfServiceConstructQueryContext(RDFService rdfService, QueryHolder query)
public SparqlQueryRunner.ConstructQueryContext bindVariableToUri(String name, String uri)
bindVariableToUri in interface SparqlQueryRunner.ConstructQueryContextpublic SparqlQueryRunner.ConstructQueryContext bindVariableToPlainLiteral(String name, String value)
bindVariableToPlainLiteral in interface SparqlQueryRunner.ConstructQueryContextpublic SparqlQueryRunner.ExecutingConstructQueryContext execute()
execute in interface SparqlQueryRunner.ConstructQueryContextCopyright © 2021. All rights reserved.