Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.DeleteInsertUpdate
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client | |
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of DeleteInsertUpdate in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return types with arguments of type DeleteInsertUpdate Modifier and Type Method Description java.util.List<DeleteInsertUpdate>
CommitProcedureInfo. getSteps()
Returns the steps of the commit procedure.Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type DeleteInsertUpdate Constructor Description CommitProcedureInfo(DeleteInsertUpdate[] steps)
-
Uses of DeleteInsertUpdate in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type DeleteInsertUpdate Modifier and Type Method Description E
LogicAdapter. visit(DeleteInsertUpdate deleteInsertUpdate)
E
LogicVisitor. visit(DeleteInsertUpdate deleteInsertUpdate)
java.lang.Void
LogicWalker. visit(DeleteInsertUpdate deleteInsertUpdate)
-
Uses of DeleteInsertUpdate in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return DeleteInsertUpdate Modifier and Type Method Description static DeleteInsertUpdate
DeleteInsertUpdate. create(Resource with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)
static DeleteInsertUpdate
DeleteInsertUpdate. create(ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)