Class AGUpdate

java.lang.Object
org.eclipse.rdf4j.query.impl.AbstractOperation
org.eclipse.rdf4j.query.impl.AbstractQuery
com.franz.agraph.repository.AGQuery
com.franz.agraph.repository.AGUpdate
All Implemented Interfaces:
org.eclipse.rdf4j.query.Operation, org.eclipse.rdf4j.query.Query, org.eclipse.rdf4j.query.Update

public class AGUpdate extends AGQuery implements org.eclipse.rdf4j.query.Update
Implements the Sesame Update interface for AllegroGraph.
  • Constructor Details

    • AGUpdate

      public AGUpdate(AGRepositoryConnection con, org.eclipse.rdf4j.query.QueryLanguage ql, String queryString, String baseURI)
      Creates an AGUpdate instance for a given connection.
      Parameters:
      con - the connection
      ql - the query language
      queryString - the query
      baseURI - the base URI for the query
  • Method Details

    • execute

      public void execute() throws org.eclipse.rdf4j.query.UpdateExecutionException
      Execute the update.
      Specified by:
      execute in interface org.eclipse.rdf4j.query.Update
      Throws:
      org.eclipse.rdf4j.query.UpdateExecutionException