Uses of Interface
com.hp.hpl.jena.update.UpdateProcessor

Packages that use UpdateProcessor
com.hp.hpl.jena.update   
 

Uses of UpdateProcessor in com.hp.hpl.jena.update
 

Methods in com.hp.hpl.jena.update that return UpdateProcessor
static UpdateProcessor UpdateFactory.create(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore, QuerySolution initialSolution)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore, QuerySolution initialSolution)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
 



Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP