Class SparqlUpdateConnectionMultiplex
java.lang.Object
org.aksw.jenax.dataaccess.sparql.common.TransactionalMultiplex<org.apache.jena.rdfconnection.SparqlUpdateConnection>
org.aksw.jenax.dataaccess.sparql.connection.update.SparqlUpdateConnectionMultiplex
- All Implemented Interfaces:
AutoCloseable,org.apache.jena.rdfconnection.SparqlUpdateConnection,org.apache.jena.sparql.core.Transactional
public class SparqlUpdateConnectionMultiplex
extends TransactionalMultiplex<org.apache.jena.rdfconnection.SparqlUpdateConnection>
implements 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 -
Field Summary
Fields inherited from class org.aksw.jenax.dataaccess.sparql.common.TransactionalMultiplex
delegates -
Constructor Summary
ConstructorsConstructorDescriptionSparqlUpdateConnectionMultiplex(List<? extends org.apache.jena.rdfconnection.SparqlUpdateConnection> delegates) SparqlUpdateConnectionMultiplex(org.apache.jena.rdfconnection.SparqlUpdateConnection... delegates) -
Method Summary
Methods inherited from class org.aksw.jenax.dataaccess.sparql.common.TransactionalMultiplex
abort, begin, begin, commit, end, forEach, forEachR, isInTransaction, promote, transactionMode, transactionTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
SparqlUpdateConnectionMultiplex
public SparqlUpdateConnectionMultiplex(org.apache.jena.rdfconnection.SparqlUpdateConnection... delegates) -
SparqlUpdateConnectionMultiplex
public SparqlUpdateConnectionMultiplex(List<? extends org.apache.jena.rdfconnection.SparqlUpdateConnection> delegates)
-
-
Method Details
-
update
public void update(org.apache.jena.update.Update update) - Specified by:
updatein interfaceorg.apache.jena.rdfconnection.SparqlUpdateConnection
-
update
public void update(org.apache.jena.update.UpdateRequest update) - Specified by:
updatein interfaceorg.apache.jena.rdfconnection.SparqlUpdateConnection
-
update
- Specified by:
updatein interfaceorg.apache.jena.rdfconnection.SparqlUpdateConnection
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.apache.jena.rdfconnection.SparqlUpdateConnection
-
newUpdate
public org.apache.jena.update.UpdateExecutionBuilder newUpdate()- Specified by:
newUpdatein interfaceorg.apache.jena.rdfconnection.SparqlUpdateConnection
-