com.franz.agraph.repository
Class AGUpdate
java.lang.Object
org.openrdf.query.impl.AbstractOperation
org.openrdf.query.impl.AbstractQuery
com.franz.agraph.repository.AGQuery
com.franz.agraph.repository.AGUpdate
- All Implemented Interfaces:
- Operation, Query, Update
public class AGUpdate
- extends AGQuery
- implements Update
Implements the Sesame Update interface for AllegroGraph.
Method Summary |
void |
execute()
Execute the update. |
Methods inherited from class com.franz.agraph.repository.AGQuery |
analyze, getBindingsArray, getEngine, getEntailmentRegime, getLanguage, getLimit, getName, getOffset, getPlanner, getQueryString, isCheckVariables, isPrepared, setCheckVariables, setEngine, setEntailmentRegime, setIncludeInferred, setLimit, setOffset, setPlanner, setPrepared, setSaveName, toString |
AGUpdate
public AGUpdate(AGRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
- Creates an AGUpdate instance for a given connection.
- Parameters:
con
- the connectionql
- the query languagequeryString
- the querybaseURI
- the base URI for the query
execute
public void execute()
throws UpdateExecutionException
- Execute the update.
- Specified by:
execute
in interface Update
- Throws:
UpdateExecutionException