Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.constraint | |
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the
SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query |
Modifier and Type | Method and Description |
---|---|
static Expression<?> |
Expressions.bound(Variable var)
BOUND(operand) |
Modifier and Type | Method and Description |
---|---|
static Variable |
SparqlBuilder.var(String varName)
Create a SPARQL variable with a specific alias.
|
Modifier and Type | Method and Description |
---|---|
static Assignment |
SparqlBuilder.as(Assignable exp,
Variable var)
Create a SPARQL assignment
|
default Assignment |
Assignable.as(Variable var)
Create a SPARQL assignment from this object
|
Modifier and Type | Method and Description |
---|---|
Variable |
Query.var()
A shortcut.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.