Uses of Interface
com.hp.hpl.jena.sparql.modify.UpdateEngine

Packages that use UpdateEngine
com.hp.hpl.jena.sparql.modify   
 

Uses of UpdateEngine in com.hp.hpl.jena.sparql.modify
 

Classes in com.hp.hpl.jena.sparql.modify that implement UpdateEngine
 class UpdateEngineBase
           
 class UpdateEngineMain
          Default implementation of an update engine
 class UpdateEngineNonStreaming
          Example implementation of an update engine that does not stream data, instead it will build it up into an in-memory UpdateRequest, and then traverse it after all update operations have finished.
 

Methods in com.hp.hpl.jena.sparql.modify that return UpdateEngine
 UpdateEngine UpdateEngineFactory.create(GraphStore graphStore, Binding inputBinding, Context context)
          Create the update engine - having returned true to accept, should not fail
 



Licenced under the Apache License, Version 2.0