Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.QueryPattern
Packages that use QueryPattern
-
Uses of QueryPattern in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return QueryPatternModifier and TypeMethodDescriptionQueryPattern.where(GraphPattern... patterns) Add graph patterns to this query pattern.QueryPattern.where(GraphPatternNotTriples where) Set this query pattern's where clausestatic QueryPatternSparqlBuilder.where(GraphPattern... patterns) Create a SPARQL query pattern -
Uses of QueryPattern in org.eclipse.rdf4j.sparqlbuilder.core.query
Fields in org.eclipse.rdf4j.sparqlbuilder.core.query declared as QueryPatternModifier and TypeFieldDescriptionprivate final QueryPatternModifyQuery.whereprotected QueryPatternQuery.whereMethods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type QueryPatternModifier and TypeMethodDescriptionQuery.where(QueryPattern where) Set the query pattern of this query