- All Superinterfaces:
AutoCloseable
,org.apache.jena.sparql.core.Transactional
- All Known Subinterfaces:
RDFLink
- All Known Implementing Classes:
RDFLinkAdapter
,RDFLinkDataset
,RDFLinkFuseki
,RDFLinkHTTP
,RDFLinkModular
SPARQL Update Operations on a connection.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close this connection.org.apache.jena.sparql.exec.UpdateExecBuilder
Return aUpdateExecBuilder
that is initially configured for this link setup and type.void
Execute a SPARQL Update.void
update
(org.apache.jena.update.Update update) Execute a SPARQL Update.void
update
(org.apache.jena.update.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
void update(org.apache.jena.update.Update update) Execute a SPARQL Update.- Parameters:
update
-
-
update
void update(org.apache.jena.update.UpdateRequest update) Execute a SPARQL Update.- Parameters:
update
-
-
update
Execute a SPARQL Update.- Parameters:
updateString
-
-
newUpdate
org.apache.jena.sparql.exec.UpdateExecBuilder newUpdate()Return aUpdateExecBuilder
that 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:
close
in interfaceAutoCloseable
-