Class Bind
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.constraint.Bind
- All Implemented Interfaces:
QueryElement
,GraphPattern
- Since:
- 4.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private final Assignable
private final Variable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
and, filter, filterExists, filterExists, filterNotExists, from, isEmpty, minus, optional, optional, union
-
Field Details
-
AS
- See Also:
-
expression
-
var
-
-
Constructor Details
-
Bind
Bind(Assignable exp, Variable var)
-
-
Method Details
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-