-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote
-
Method Summary
default void
org.apache.jena.rdflink.LinkSparqlUpdate
This method needs to be overridden for transaction support
Methods inherited from interface org.apache.jena.rdflink.LinkSparqlUpdate
newUpdate
Methods inherited from interface org.apache.jena.sparql.core.Transactional
begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote
-
Method Details
-
getDelegate
org.apache.jena.rdflink.LinkSparqlUpdate getDelegate()
This method needs to be overridden for transaction support
- Specified by:
getDelegate in interface TransactionalWrapper
-
close
default void close()
- Specified by:
close in interface AutoCloseable
- Specified by:
close in interface org.apache.jena.rdflink.LinkSparqlUpdate