Franz Inc, AllegroGraph

com.franz.agraph.repository
Class AGUpdate

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

public class AGUpdate
extends AGQuery
implements org.openrdf.query.Update

Implements the Sesame Update interface for AllegroGraph.


Field Summary
 
Fields inherited from class com.franz.agraph.repository.AGQuery
RDFS_PLUS_PLUS, RESTRICTION, SPARQL_COVERAGE_PLANNER, SPARQL_IDENTITY_PLANNER
 
Constructor Summary
AGUpdate(AGRepositoryConnection con, org.openrdf.query.QueryLanguage ql, String queryString, String baseURI)
          Creates an AGUpdate instance for a given connection.
 
Method Summary
 void execute()
          Execute the update.
 
Methods inherited from class com.franz.agraph.repository.AGQuery
analyze, getBaseURI, getBindingsArray, getEngine, getEntailmentRegime, getLanguage, getLimit, getName, getOffset, getPlanner, getQueryString, isCheckVariables, isLoggingEnabled, isPrepared, setCheckVariables, setEngine, setEntailmentRegime, setIncludeInferred, setLimit, setLoggingEnabled, setOffset, setPlanner, setPrepared, setSaveName, toString
 
Methods inherited from class org.openrdf.query.impl.AbstractQuery
getMaxQueryTime, setMaxQueryTime
 
Methods inherited from class org.openrdf.query.impl.AbstractOperation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openrdf.query.Operation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 

Constructor Detail

AGUpdate

public AGUpdate(AGRepositoryConnection con,
                org.openrdf.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 Detail

execute

public void execute()
             throws org.openrdf.query.UpdateExecutionException
Execute the update.

Specified by:
execute in interface org.openrdf.query.Update
Throws:
org.openrdf.query.UpdateExecutionException

Copyright © 2008-2012 Franz Inc.