Class UpdateExecutionFactorySparqlUpdateConnection
java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.execution.update.UpdateExecutionFactorySparqlUpdateConnection
- All Implemented Interfaces:
AutoCloseable,UpdateExecutionFactory,UpdateProcessorFactory
public class UpdateExecutionFactorySparqlUpdateConnection
extends Object
implements UpdateExecutionFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected org.apache.jena.rdfconnection.SparqlUpdateConnection -
Constructor Summary
ConstructorsConstructorDescriptionUpdateExecutionFactorySparqlUpdateConnection(org.apache.jena.rdfconnection.SparqlUpdateConnection conn) UpdateExecutionFactorySparqlUpdateConnection(org.apache.jena.rdfconnection.SparqlUpdateConnection conn, boolean closeDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.jena.update.UpdateProcessorcreateUpdateProcessor(String updateRequestStr) org.apache.jena.update.UpdateProcessorcreateUpdateProcessor(org.apache.jena.update.UpdateRequest updateRequest) <T> T
-
Field Details
-
conn
protected org.apache.jena.rdfconnection.SparqlUpdateConnection conn -
closeDelegateOnClose
protected boolean closeDelegateOnClose
-
-
Constructor Details
-
UpdateExecutionFactorySparqlUpdateConnection
public UpdateExecutionFactorySparqlUpdateConnection(org.apache.jena.rdfconnection.SparqlUpdateConnection conn) -
UpdateExecutionFactorySparqlUpdateConnection
public UpdateExecutionFactorySparqlUpdateConnection(org.apache.jena.rdfconnection.SparqlUpdateConnection conn, boolean closeDelegate)
-
-
Method Details
-
createUpdateProcessor
public org.apache.jena.update.UpdateProcessor createUpdateProcessor(org.apache.jena.update.UpdateRequest updateRequest) - Specified by:
createUpdateProcessorin interfaceUpdateProcessorFactory
-
createUpdateProcessor
- Specified by:
createUpdateProcessorin interfaceUpdateExecutionFactory
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
unwrap
- Specified by:
unwrapin interfaceUpdateExecutionFactory
-