Uses of Interface
org.eclipse.rdf4j.query.algebra.UpdateExpr
-
Packages that use UpdateExpr Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.repository.sail.helpers Helper and utility classes for theSailRepository
org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. -
-
Uses of UpdateExpr in org.eclipse.rdf4j.query.algebra
Classes in org.eclipse.rdf4j.query.algebra that implement UpdateExpr Modifier and Type Class Description class
Add
class
Clear
class
Copy
class
Create
class
DeleteData
class
InsertData
class
Load
class
Modify
class
Move
Methods in org.eclipse.rdf4j.query.algebra that return UpdateExpr Modifier and Type Method Description UpdateExpr
UpdateExpr. clone()
-
Uses of UpdateExpr in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type UpdateExpr Modifier and Type Method Description protected abstract void
AbstractQueryPreparer. execute(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
-
Uses of UpdateExpr in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type UpdateExpr Modifier and Type Method Description protected void
AbstractQueryModelVisitor. meetUpdateExpr(UpdateExpr node)
Method called by all meet methods with aUpdateExpr
node as argument.protected void
AbstractSimpleQueryModelVisitor. meetUpdateExpr(UpdateExpr node)
Method called by all meet methods with aUpdateExpr
node as argument. -
Uses of UpdateExpr in org.eclipse.rdf4j.query.parser
Methods in org.eclipse.rdf4j.query.parser that return types with arguments of type UpdateExpr Modifier and Type Method Description Map<UpdateExpr,Dataset>
ParsedUpdate. getDatasetMapping()
List<UpdateExpr>
ParsedUpdate. getUpdateExprs()
Methods in org.eclipse.rdf4j.query.parser with parameters of type UpdateExpr Modifier and Type Method Description void
ParsedUpdate. addUpdateExpr(UpdateExpr updateExpr)
void
ParsedUpdate. map(UpdateExpr updateExpr, Dataset dataset)
-
Uses of UpdateExpr in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return UpdateExpr Modifier and Type Method Description UpdateExpr
UpdateExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTUpdate node, Object data)
-
Uses of UpdateExpr in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type UpdateExpr Modifier and Type Method Description void
SailUpdateExecutor. executeUpdate(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
-
Uses of UpdateExpr in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return UpdateExpr Modifier and Type Method Description UpdateExpr
UpdateContext. getUpdateExpr()
Constructors in org.eclipse.rdf4j.sail with parameters of type UpdateExpr Constructor Description UpdateContext(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
-