Class Variable

java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.Variable
All Implemented Interfaces:
Operand, Assignable, Groupable, Orderable, Projectable, QueryElement, GraphName, RdfObject, RdfPredicate, RdfSubject

A SPARQL query variable
See Also:
  • Method Details

    • getVarName

      public String getVarName()
    • getQueryString

      public String getQueryString()
      Specified by:
      getQueryString in interface QueryElement
      Returns:
      the String representing the SPARQL syntax of this element
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object