Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Update
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client | |
tech.oxfordsemantic.jrdfox.formats | |
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of Update in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Update Modifier and Type Method Description StatementResult
DataStoreConnection. evaluateUpdate(Update update, java.util.Map<java.lang.String,java.lang.String> compilationParameters)
Evaluates an update.Method parameters in tech.oxfordsemantic.jrdfox.client with type arguments of type Update Modifier and Type Method Description StatementResult
DataStoreConnection. evaluateUpdates(java.util.List<Update> updates, java.util.Map<java.lang.String,java.lang.String> compilationParameters)
Evaluates a list of updates.boolean
DataStoreConnection. setCommitProcedure(java.util.List<Update> steps)
Sets the data store's commit procedure. -
Uses of Update in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats that return Update Modifier and Type Method Description Update
SPARQLParser. parseSingleUpdate()
-
Uses of Update in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Subclasses of Update in tech.oxfordsemantic.jrdfox.logic.sparql.statement Modifier and Type Class Description class
DeleteInsertUpdate
class
GraphUpdate
class
LoadUpdate
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return Update Modifier and Type Method Description static Update
Update. parse(Prefixes prefixes, java.lang.String updateText)