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