public class SailConnectionQueryPreparer extends Object implements org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparer
| Constructor and Description |
|---|
SailConnectionQueryPreparer(org.eclipse.rdf4j.sail.SailConnection con,
boolean includeInferred,
org.eclipse.rdf4j.query.algebra.evaluation.TripleSource source) |
SailConnectionQueryPreparer(org.eclipse.rdf4j.sail.SailConnection con,
boolean includeInferred,
org.eclipse.rdf4j.model.ValueFactory vf) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.rio.ParserConfig |
getParserConfig() |
org.eclipse.rdf4j.query.algebra.evaluation.TripleSource |
getTripleSource() |
org.eclipse.rdf4j.query.BooleanQuery |
prepare(org.eclipse.rdf4j.query.parser.ParsedBooleanQuery askQuery) |
org.eclipse.rdf4j.query.GraphQuery |
prepare(org.eclipse.rdf4j.query.parser.ParsedGraphQuery graphQuery) |
org.eclipse.rdf4j.query.TupleQuery |
prepare(org.eclipse.rdf4j.query.parser.ParsedTupleQuery tupleQuery) |
org.eclipse.rdf4j.query.Update |
prepare(org.eclipse.rdf4j.query.parser.ParsedUpdate graphUpdate) |
void |
setParserConfig(org.eclipse.rdf4j.rio.ParserConfig parserConfig) |
public SailConnectionQueryPreparer(org.eclipse.rdf4j.sail.SailConnection con,
boolean includeInferred,
org.eclipse.rdf4j.model.ValueFactory vf)
public SailConnectionQueryPreparer(org.eclipse.rdf4j.sail.SailConnection con,
boolean includeInferred,
org.eclipse.rdf4j.query.algebra.evaluation.TripleSource source)
public void setParserConfig(org.eclipse.rdf4j.rio.ParserConfig parserConfig)
public org.eclipse.rdf4j.rio.ParserConfig getParserConfig()
public org.eclipse.rdf4j.query.BooleanQuery prepare(org.eclipse.rdf4j.query.parser.ParsedBooleanQuery askQuery)
prepare in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparerpublic org.eclipse.rdf4j.query.TupleQuery prepare(org.eclipse.rdf4j.query.parser.ParsedTupleQuery tupleQuery)
prepare in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparerpublic org.eclipse.rdf4j.query.GraphQuery prepare(org.eclipse.rdf4j.query.parser.ParsedGraphQuery graphQuery)
prepare in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparerpublic org.eclipse.rdf4j.query.Update prepare(org.eclipse.rdf4j.query.parser.ParsedUpdate graphUpdate)
prepare in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparerpublic org.eclipse.rdf4j.query.algebra.evaluation.TripleSource getTripleSource()
getTripleSource in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparerCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.