public interface SparqlUpdateConnection extends Transactional, AutoCloseable
RDFConnection,
RDFConnectionFactoryTransactional.Promote| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this connection.
|
void |
update(String updateString)
Execute a SPARQL Update.
|
void |
update(Update update)
Execute a SPARQL Update.
|
void |
update(UpdateRequest update)
Execute a SPARQL Update.
|
abort, begin, begin, begin, commit, end, isInTransaction, promote, promote, transactionMode, transactionTypevoid update(Update update)
update - void update(UpdateRequest update)
update - void update(String updateString)
updateString - void close()
close in interface AutoCloseableLicenced under the Apache License, Version 2.0