Interface SparqlUpdateConnectionTmp
- All Superinterfaces:
AutoCloseable,org.apache.jena.rdfconnection.SparqlUpdateConnection,org.apache.jena.sparql.core.Transactional,TransactionalWrapper
- All Known Implementing Classes:
SparqlUpdateConnectionJsa,SparqlUpdateConnectionJsaBase,SparqlUpdateConnectionWithPostProcessor
public interface SparqlUpdateConnectionTmp
extends TransactionalWrapper, org.apache.jena.rdfconnection.SparqlUpdateConnection
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote -
Method Summary
Methods inherited from interface org.apache.jena.rdfconnection.SparqlUpdateConnection
close, newUpdate, updateMethods inherited from interface org.apache.jena.sparql.core.Transactional
begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promoteMethods inherited from interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
abort, begin, begin, commit, end, getDelegate, getTransactionalDelegate, isInTransaction, promote, transactionMode, transactionType
-
Method Details
-
parse
-
update
default void update(org.apache.jena.update.Update update) Execute a SPARQL Update.- Specified by:
updatein interfaceorg.apache.jena.rdfconnection.SparqlUpdateConnection- Parameters:
update-
-
update
Execute a SPARQL Update.- Specified by:
updatein interfaceorg.apache.jena.rdfconnection.SparqlUpdateConnection- Parameters:
updateString-
-