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.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries.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.org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
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
Fields in org.eclipse.rdf4j.query.parser with type parameters of type UpdateExpr Modifier and Type Field Description private java.util.Map<UpdateExpr,Dataset>
ParsedUpdate. datasetMapping
private java.util.List<UpdateExpr>
ParsedUpdate. updateExprs
Methods in org.eclipse.rdf4j.query.parser that return types with arguments of type UpdateExpr Modifier and Type Method Description java.util.Map<UpdateExpr,Dataset>
ParsedUpdate. getDatasetMapping()
java.util.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(ASTUpdate node, java.lang.Object data)
-
Uses of UpdateExpr in org.eclipse.rdf4j.queryrender.sparql.experimental
Fields in org.eclipse.rdf4j.queryrender.sparql.experimental declared as UpdateExpr Modifier and Type Field Description UpdateExpr
SerializableParsedUpdate. updateExpr
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type UpdateExpr Modifier and Type Method Description SerializableParsedUpdate
ParsedQueryPreprocessor. transformToSerialize(UpdateExpr update, Dataset dataset)
-
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
Fields in org.eclipse.rdf4j.sail declared as UpdateExpr Modifier and Type Field Description private UpdateExpr
UpdateContext. updateExpr
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)
-
Uses of UpdateExpr in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as UpdateExpr Modifier and Type Field Description (package private) UpdateExpr
SpinParser.SpinVisitor. updateRoot
Methods in org.eclipse.rdf4j.spin that return UpdateExpr Modifier and Type Method Description UpdateExpr
SpinParser.SpinVisitor. getUpdateExpr()
-