Package | Description |
---|---|
com.hp.hpl.jena.sparql.lang | |
com.hp.hpl.jena.sparql.modify | |
com.hp.hpl.jena.update |
Modifier and Type | Method and Description |
---|---|
void |
ParserSPARQL11Update.parse(UpdateSink sink,
InputStream in) |
void |
UpdateParser.parse(UpdateSink sink,
InputStream input) |
void |
ParserARQUpdate.parse(UpdateSink sink,
Reader r)
Use with care - Reader must be UTF-8
|
void |
ParserSPARQL11Update.parse(UpdateSink sink,
Reader r) |
void |
UpdateParser.parse(UpdateSink sink,
String updateString) |
void |
SPARQLParserBase.setUpdateSink(UpdateSink sink) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateSink |
UpdateEngineMain.getUpdateSink()
Returns the
UpdateSink . |
UpdateSink |
UpdateEngine.getUpdateSink()
Returns an UpdateSink that accepts Update operations
|
UpdateSink |
UpdateProcessorStreamingBase.getUpdateSink() |
UpdateSink |
UpdateEngineNonStreaming.getUpdateSink()
Returns an
UpdateSink that adds all update operations into an internal UpdateRequest object. |
Constructor and Description |
---|
UsingUpdateSink(UpdateSink sink,
UsingList usingList) |
Modifier and Type | Method and Description |
---|---|
UpdateSink |
UpdateProcessorStreaming.getUpdateSink()
The UpdateSink into which Updates are added and executed
|
Licenced under the Apache License, Version 2.0