Package org.apache.jena.rdfconnection
Interface SparqlUpdateConnection
- All Superinterfaces:
AutoCloseable,Transactional
- All Known Subinterfaces:
RDFConnection,RDFConnectionFuseki,RDFConnectionRemote
- All Known Implementing Classes:
RDFConnectionAdapter,RDFConnectionFuseki.RDFConnectionFusekiImpl,RDFConnectionLocal,RDFConnectionWrapper
SPARQL Update Operations on a connection.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
Transactional.Promote -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close this connection.Return aUpdateExecutionBuilderthat is initially configured for this link setup and type.voidExecute a SPARQL Update.voidExecute a SPARQL Update.voidupdate(UpdateRequest update) Execute a SPARQL Update.Methods inherited from interface org.apache.jena.sparql.core.Transactional
abort, begin, begin, begin, calc, calculate, calculateRead, calculateWrite, commit, end, exec, execute, executeRead, executeWrite, isInTransaction, promote, promote, transactionMode, transactionType
-
Method Details
-
update
Execute a SPARQL Update.- Parameters:
update-
-
update
Execute a SPARQL Update.- Parameters:
update-
-
update
Execute a SPARQL Update.- Parameters:
updateString-
-
newUpdate
UpdateExecutionBuilder newUpdate()Return aUpdateExecutionBuilderthat is initially configured for this link setup and type. The update built will be set to go to the same dataset/remote endpoint as the other RDFLink operations.- Returns:
- UpdateExecBuilder
-
close
void close()Close this connection.- Specified by:
closein interfaceAutoCloseable
-