-
- All Superinterfaces:
java.lang.AutoCloseable,Transactional
- All Known Subinterfaces:
RDFLink
- All Known Implementing Classes:
RDFLinkAdapter,RDFLinkDataset,RDFLinkFuseki,RDFLinkHTTP,RDFLinkModular
public interface LinkSparqlUpdate extends Transactional, java.lang.AutoCloseable
SPARQL Update Operations on a connection.- See Also:
RDFLink
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
Transactional.Promote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close this connection.voidupdate(java.lang.String updateString)Execute a SPARQL Update.voidupdate(Update update)Execute 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 Detail
-
update
void update(Update update)
Execute a SPARQL Update.- Parameters:
update-
-
update
void update(UpdateRequest update)
Execute a SPARQL Update.- Parameters:
update-
-
update
void update(java.lang.String updateString)
Execute a SPARQL Update.- Parameters:
updateString-
-
close
void close()
Close this connection.- Specified by:
closein interfacejava.lang.AutoCloseable
-
-