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 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(TupleTableName with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)