Package | Description |
---|---|
eu.fbk.knowledgestore.triplestore |
TripleStore server-side component API (ks-server ). |
Modifier and Type | Method and Description |
---|---|
static SelectQuery |
SelectQuery.from(String string)
Returns a SelectQuery for the specified SPARQL SELECT query string.
|
static SelectQuery |
SelectQuery.from(org.openrdf.query.algebra.TupleExpr expression,
org.openrdf.query.Dataset dataset)
Returns an SelectQuery for the algebraic expression and optional dataset
specified.
|
SelectQuery |
SelectQuery.replaceDataset(org.openrdf.query.Dataset dataset)
Replaces the dataset of this query with the one specified, returning the resulting
SelectQuery object.
|
SelectQuery |
SelectQuery.replaceVariables(org.openrdf.query.BindingSet bindings)
Replaces some variables of this queries with the constant values specified, returning the
resulting SelectQuery object.
|
Modifier and Type | Method and Description |
---|---|
info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> |
TripleTransaction.query(SelectQuery query,
org.openrdf.query.BindingSet bindings,
Long timeout)
Evaluates the supplied SPARQL SELECT query, returning a Sesame
CloseableIteration
over its solutions. |
info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> |
ForwardingTripleTransaction.query(SelectQuery query,
org.openrdf.query.BindingSet bindings,
Long timeout) |
Copyright © 2015–2016 FBK-irst. All rights reserved.