Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.LoadUpdate
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of LoadUpdate in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type LoadUpdate Modifier and Type Method Description E
LogicAdapter. visit(LoadUpdate loadUpdate)
E
LogicVisitor. visit(LoadUpdate loadUpdate)
java.lang.Void
LogicWalker. visit(LoadUpdate loadUpdate)
-
Uses of LoadUpdate in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return LoadUpdate Modifier and Type Method Description static LoadUpdate
LoadUpdate. create(boolean silent, UpdateType updateType, java.lang.String sourceIRI, TupleTableName targetGraph)