Class SerializableParsedUpdate

java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.experimental.AbstractSerializableParsedQuery
org.eclipse.rdf4j.queryrender.sparql.experimental.SerializableParsedUpdate

class SerializableParsedUpdate extends AbstractSerializableParsedQuery
The SerializableParsedTupleQuery class is an intermediate structure holding main parts of a query or a subquery: projection, WHERE clause, GROUP BY clause, ORDER BY clause, LIMIT element, HAVING clause, and BINDINGS clause. These fields are extracted from the ParsedTupleQuery tree.
  • Field Details

  • Constructor Details

    • SerializableParsedUpdate

      public SerializableParsedUpdate()
  • Method Details

    • getProjectionResultVars

      public List<String> getProjectionResultVars()
      Returns the names of the variables projected by this query (as strings).
      Returns:
      list of projected variable names