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 Stringprivate final Assignableprivate final Variable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getQueryStringin interfaceQueryElement- Returns:
- the String representing the SPARQL syntax of this element
-