Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.core.QueryElement
Packages that use QueryElement
-
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.constraint
Subinterfaces of QueryElement in org.eclipse.rdf4j.sparqlbuilder.constraintModifier and TypeInterfaceDescriptioninterface
Denotes an element that can be used as an operand to anExpression
interface
Interface to denote an Expression operatorClasses in org.eclipse.rdf4j.sparqlbuilder.constraint that implement QueryElementModifier and TypeClassDescriptionclass
A SPARQL aggregate expression.class
class
class
Expression<T extends Expression<T>>
A SPARQL expression.class
class
enum
The built-in SPARQL aggregates.enum
The built-in SPARQL Functions. -
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Subinterfaces of QueryElement in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypathModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath that implement QueryElementModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.core
Classes in org.eclipse.rdf4j.sparqlbuilder.core with type parameters of type QueryElementModifier and TypeClassDescriptionclass
QueryElementCollection<T extends QueryElement>
A logical collection of query elements.class
StandardQueryElementCollection<T extends QueryElement>
AQueryElementCollection
that follows a more standard way of converting to a query stringSubinterfaces of QueryElement in org.eclipse.rdf4j.sparqlbuilder.coreModifier and TypeInterfaceDescriptioninterface
A marker interface to denote objects which are bind-able in a SPARQL assignment expression.interface
Denotes a groupable SPARQL query element (can be used in aGROUP BY
clause)interface
Denotes an orederable SPARQL query element (can be used in aORDER BY
clause)interface
Denotes a projectable query element (can be SELECT'ed)Classes in org.eclipse.rdf4j.sparqlbuilder.core that implement QueryElementModifier and TypeClassDescriptionclass
A SPARQL expression-to-variable assignmentclass
A SPARQL Base declarationclass
A SPARQL dataset specificationclass
A SPARQL Dataset specifier.class
A SPARQL Graph Template, used in Construct queriesclass
A SPARQL Group By clauseclass
A SPARQL Having clauseclass
A SPARQL Order By clauseclass
An ascending or descending order conditionclass
A SPARQL Prefix declarationclass
A collection of SPARQL Prefix declarationsclass
A SPARQL Projectionclass
QueryElementCollection<T extends QueryElement>
A logical collection of query elements.class
A SPARQL Query Pattern (WHERE
clause)class
StandardQueryElementCollection<T extends QueryElement>
AQueryElementCollection
that follows a more standard way of converting to a query stringclass
Represents a collection of triple patternsclass
A SPARQL query variableMethods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type QueryElementModifier and TypeMethodDescriptionprotected void
QueryElementCollection.addElements
(T... queryElements) -
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.core.query
Classes in org.eclipse.rdf4j.sparqlbuilder.core.query that implement QueryElementModifier and TypeClassDescriptionclass
A SPARQL ADD Queryclass
A SPARQL CLEAR Queryclass
The SPARQL CONSTRUCT queryclass
A SPARQL COPY Queryclass
A SPARQL CREATE Queryclass
The SPARQL Delete Data Queryclass
A SPARQL Update Query that has a source and a destinationclass
A SPARQL DROP Queryclass
The SPARQL Insert Data Queryclass
A SPARQL LOAD Queryclass
The SPARQL Modify Queriesclass
A SPARQL MOVE Queryclass
OuterQuery<T extends OuterQuery<T>>
A non-subquery query.class
The base class for all SPARQL Queries.class
A SPARQL Select queryclass
TargetedGraphManagementQuery<T extends TargetedGraphManagementQuery<T>>
-
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Subinterfaces of QueryElement in org.eclipse.rdf4j.sparqlbuilder.graphpatternModifier and TypeInterfaceDescriptioninterface
Denotes a query element that can be used as a Graph Nameinterface
Denotes a SPARQL Graph Patterninterface
Denotes a SPARQL Triple PatternClasses in org.eclipse.rdf4j.sparqlbuilder.graphpattern that implement QueryElement -
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.rdf
Subinterfaces of QueryElement in org.eclipse.rdf4j.sparqlbuilder.rdfModifier and TypeInterfaceDescriptioninterface
Denotes an RDF IRIinterface
Denotes an RDF Blank Nodeinterface
Denotes an element that can represent an object in aTriplePattern
interface
Denotes an element that can represent a predicate in aTriplePattern
interface
Denotes an RDF Resourceinterface
Denotes an element that can represent a subject in aTriplePattern
interface
Denotes an RDF Value.Classes in org.eclipse.rdf4j.sparqlbuilder.rdf that implement QueryElementModifier and TypeClassDescriptionstatic class
an anonymous blank nodestatic class
a labeled blank node, of the form "_:label
"static class
A blank node representing a resource that matches the contained set of predicate-object listsclass
RdfLiteral<T>
Denotes an RDF literalstatic class
Represents an RDF boolean literalstatic class
Represents an RDF number literalstatic class
Represents an RDF string literalclass
A Predicate-Object Listclass
An RDF predicate-object list collection -
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.util
Method parameters in org.eclipse.rdf4j.sparqlbuilder.util with type arguments of type QueryElementModifier and TypeMethodDescriptionstatic void
SparqlBuilderUtils.appendAndNewlineIfPresent
(Optional<? extends QueryElement> elementOptional, StringBuilder builder) static void
SparqlBuilderUtils.appendQueryElementIfPresent
(Optional<? extends QueryElement> queryElementOptional, StringBuilder builder, String prefix, String suffix)