|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateSink | |
|---|---|
| com.hp.hpl.jena.sparql.lang | |
| com.hp.hpl.jena.sparql.modify | |
| com.hp.hpl.jena.update | |
| Uses of UpdateSink in com.hp.hpl.jena.sparql.lang |
|---|
| Methods in com.hp.hpl.jena.sparql.lang with parameters of type UpdateSink | |
|---|---|
void |
UpdateParser.parse(UpdateSink sink,
InputStream input)
|
void |
ParserSPARQL11Update.parse(UpdateSink sink,
InputStream in)
|
void |
ParserSPARQL11Update.parse(UpdateSink sink,
Reader r)
|
void |
ParserARQUpdate.parse(UpdateSink sink,
Reader r)
Use with care - Reader must be UTF-8 |
void |
UpdateParser.parse(UpdateSink sink,
String updateString)
|
void |
SPARQLParserBase.setUpdateSink(UpdateSink sink)
|
| Uses of UpdateSink in com.hp.hpl.jena.sparql.modify |
|---|
| Classes in com.hp.hpl.jena.sparql.modify that implement UpdateSink | |
|---|---|
class |
UpdateRequestSink
|
class |
UpdateVisitorSink
|
class |
UsingUpdateSink
Adds using clauses from the UsingList to UpdateWithUsing operations; will throw an UpdateException if the modify operation already contains a using clause. |
| Methods in com.hp.hpl.jena.sparql.modify that return UpdateSink | |
|---|---|
UpdateSink |
UpdateProcessorStreamingBase.getUpdateSink()
|
UpdateSink |
UpdateEngineNonStreaming.getUpdateSink()
Returns an UpdateSink that adds all update operations into an internal UpdateRequest object. |
UpdateSink |
UpdateEngineMain.getUpdateSink()
Returns the UpdateSink. |
UpdateSink |
UpdateEngine.getUpdateSink()
Returns an UpdateSink that accepts Update operations |
| Constructors in com.hp.hpl.jena.sparql.modify with parameters of type UpdateSink | |
|---|---|
UsingUpdateSink(UpdateSink sink,
UsingList usingList)
|
|
| Uses of UpdateSink in com.hp.hpl.jena.update |
|---|
| Methods in com.hp.hpl.jena.update that return UpdateSink | |
|---|---|
UpdateSink |
UpdateProcessorStreaming.getUpdateSink()
The UpdateSink into which Updates are added and executed |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||