Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.DeleteInsertUpdate
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic | |
| tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of DeleteInsertUpdate in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type DeleteInsertUpdate Modifier and Type Method Description ELogicAdapter. visit(DeleteInsertUpdate deleteInsertUpdate)ELogicVisitor. visit(DeleteInsertUpdate deleteInsertUpdate)java.lang.VoidLogicWalker. 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 DeleteInsertUpdateDeleteInsertUpdate. create(Resource with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)static DeleteInsertUpdateDeleteInsertUpdate. create(ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)