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. -
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