Interface UpdateExecutionFactory

All Superinterfaces:
AutoCloseable, UpdateProcessorFactory
All Known Implementing Classes:
UpdateExecutionFactorySparqlUpdateConnection

public interface UpdateExecutionFactory extends UpdateProcessorFactory, AutoCloseable
  • Method Details

    • createUpdateProcessor

      org.apache.jena.update.UpdateProcessor createUpdateProcessor(String updateRequestStr)
    • unwrap

      <T> T unwrap(Class<T> clazz)