Uses of Class
com.hp.hpl.jena.update.Update

Packages that use Update
com.hp.hpl.jena.sparql.lang.arq   
com.hp.hpl.jena.sparql.lang.sparql_11   
com.hp.hpl.jena.sparql.modify.request   
com.hp.hpl.jena.update   
 

Uses of Update in com.hp.hpl.jena.sparql.lang.arq
 

Methods in com.hp.hpl.jena.sparql.lang.arq that return Update
 Update ARQParser.Add()
           
 Update ARQParser.Clear()
           
 Update ARQParser.Copy()
           
 Update ARQParser.Create()
           
 Update ARQParser.DeleteData()
           
 Update ARQParser.DeleteWhere()
           
 Update ARQParser.Drop()
           
 Update ARQParser.InsertData()
           
 Update ARQParser.Load()
           
 Update ARQParser.Modify()
           
 Update ARQParser.ModifyOld()
           
 Update ARQParser.Move()
           
 

Uses of Update in com.hp.hpl.jena.sparql.lang.sparql_11
 

Methods in com.hp.hpl.jena.sparql.lang.sparql_11 that return Update
 Update SPARQLParser11.Add()
           
 Update SPARQLParser11.Clear()
           
 Update SPARQLParser11.Copy()
           
 Update SPARQLParser11.Create()
           
 Update SPARQLParser11.DeleteData()
           
 Update SPARQLParser11.DeleteWhere()
           
 Update SPARQLParser11.Drop()
           
 Update SPARQLParser11.InsertData()
           
 Update SPARQLParser11.Load()
           
 Update SPARQLParser11.Modify()
           
 Update SPARQLParser11.Move()
           
 

Uses of Update in com.hp.hpl.jena.sparql.modify.request
 

Subclasses of Update in com.hp.hpl.jena.sparql.modify.request
 class UpdateAdd
           
 class UpdateBinaryOp
           
 class UpdateClear
           
 class UpdateCopy
           
 class UpdateCreate
           
 class UpdateData
           
 class UpdateDataDelete
           
 class UpdateDataInsert
           
 class UpdateDeleteInsert
          Convenience class - renames UpdateModify so it follows the SPARQL Update spec.
 class UpdateDeleteWhere
           
 class UpdateDrop
           
 class UpdateDropClear
           
 class UpdateLoad
           
 class UpdateModify
           
 class UpdateMove
           
 class UpdateWithUsing
           
 

Methods in com.hp.hpl.jena.sparql.modify.request with parameters of type Update
static void UpdateWriter.output(Update update, IndentedWriter out, SerializationContext sCxt)
           
 

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

Methods in com.hp.hpl.jena.update that return types with arguments of type Update
 List<Update> UpdateRequest.getOperations()
           
 List<Update> UpdateRequest.getUpdates()
          Deprecated. 
 Iterator<Update> UpdateRequest.iterator()
           
 

Methods in com.hp.hpl.jena.update with parameters of type Update
 UpdateRequest UpdateRequest.add(Update update)
           
 void UpdateRequest.addUpdate(Update update)
          Deprecated. Use @link{#add(Update)}
static UpdateProcessor UpdateFactory.create(Update update, GraphStore graphStore)
          Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore) instead
static UpdateProcessor UpdateExecutionFactory.create(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(Update update, GraphStore graphStore, Binding initialBinding)
          Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore,Binding) instead
static UpdateProcessor UpdateExecutionFactory.create(Update update, GraphStore graphStore, Binding initialBinding)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(Update update, GraphStore graphStore, QuerySolution initialSolution)
          Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore,QuerySolution) instead
static UpdateProcessor UpdateExecutionFactory.create(Update update, 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(Update update, Dataset dataset)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, DatasetGraph dataset)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, DatasetGraph dataset, Binding initialBinding)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, Dataset dataset, QuerySolution initialBinding)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, com.hp.hpl.jena.graph.Graph graph)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, com.hp.hpl.jena.graph.Graph graph, Binding binding)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, GraphStore graphStore)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, GraphStore graphStore, Binding binding)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, com.hp.hpl.jena.rdf.model.Model model)
          Execute a single SPARQL Update operation.
static void UpdateAction.execute(Update update, com.hp.hpl.jena.rdf.model.Model model, QuerySolution initialBinding)
          Execute a single SPARQL Update operation.
 

Constructors in com.hp.hpl.jena.update with parameters of type Update
UpdateRequest(Update update)
           
 



Licenced under the Apache License, Version 2.0