Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.core.QueryElement
-
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.constraint
Modifier and TypeInterfaceDescriptioninterface
Denotes an element that can be used as an operand to anExpression
interface
Interface to denote an Expression operatorModifier 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
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.core
Modifier 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 stringModifier 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)Modifier 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 variableModifier and TypeMethodDescriptionprotected void
QueryElementCollection.addElements
(T... queryElements) -
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.core.query
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Denotes a query element that can be used as a Graph Nameinterface
Denotes a SPARQL Graph Patterninterface
Denotes a SPARQL Triple Pattern -
Uses of QueryElement in org.eclipse.rdf4j.sparqlbuilder.rdf
Modifier 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.Modifier 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
Modifier 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)