public class AGUpdate extends AGQuery implements org.openrdf.query.Update
RDFS_PLUS_PLUS, RESTRICTION, SPARQL_COVERAGE_PLANNER, SPARQL_IDENTITY_PLANNER
Constructor and Description |
---|
AGUpdate(AGRepositoryConnection con,
org.openrdf.query.QueryLanguage ql,
String queryString,
String baseURI)
Creates an AGUpdate instance for a given connection.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute the update.
|
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
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset
public AGUpdate(AGRepositoryConnection con, org.openrdf.query.QueryLanguage ql, String queryString, String baseURI)
con
- the connectionql
- the query languagequeryString
- the querybaseURI
- the base URI for the query