|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateRequest | |
|---|---|
| com.hp.hpl.jena.update | |
| Uses of UpdateRequest in com.hp.hpl.jena.update |
|---|
| Methods in com.hp.hpl.jena.update that return UpdateRequest | |
|---|---|
static UpdateRequest |
UpdateFactory.create()
Create an empty UpdateRequest |
static UpdateRequest |
UpdateFactory.create(java.lang.String str)
Create an UpdateRequest by parsing the given string |
static UpdateRequest |
UpdateFactory.read(java.io.InputStream in)
Create an UpdateRequest by reading it from an InputStream (note that conversion to UTF-8 will be applied automatically) |
static UpdateRequest |
UpdateFactory.read(java.lang.String fileName)
Create an UpdateRequest by reading it from a file |
| Methods in com.hp.hpl.jena.update with parameters of type UpdateRequest | |
|---|---|
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 |
static void |
UpdateAction.execute(UpdateRequest request,
Dataset dataset)
Execute SPARQL/Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
Dataset dataset,
QuerySolution initialBinding)
Execute SPARQL/Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
com.hp.hpl.jena.graph.Graph graph)
Execute SPARQL/Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
com.hp.hpl.jena.graph.Graph graph,
com.hp.hpl.jena.sparql.engine.binding.Binding binding)
Execute SPARQL/Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore)
Execute SPARQL/Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore,
com.hp.hpl.jena.sparql.engine.binding.Binding binding)
Execute SPARQL/Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
com.hp.hpl.jena.rdf.model.Model model)
Execute SPARQL/Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
com.hp.hpl.jena.rdf.model.Model model,
QuerySolution initialBinding)
Execute SPARQL/Update operations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||