Class DeleteInsertUpdate
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Statement
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Update
tech.oxfordsemantic.jrdfox.logic.sparql.statement.DeleteInsertUpdate
- All Implemented Interfaces:
- java.io.Serializable
public class DeleteInsertUpdate extends Update
- See Also:
- Serialized Form
- 
Method SummaryModifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static DeleteInsertUpdatecreate(TupleTableName with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)ConjunctionPatterngetDeleteTemplate()ConjunctionPatterngetInsertTemplate()QueryBodygetQueryBody()TupleTableNamegetWith()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObjecttoString, toString, toString
- 
Method Details- 
getWith
- 
getDeleteTemplate
- 
getInsertTemplate
- 
getQueryBody
- 
accept- Specified by:
- acceptin class- LogicObject
 
- 
toString- Specified by:
- toStringin class- LogicObject
 
- 
createpublic static DeleteInsertUpdate create(TupleTableName with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)
 
-