|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||