Uses of Interface
org.apache.jena.arq.querybuilder.clauses.WhereClause
Packages that use WhereClause
Package
Description
A utility package to simplify the building of ARQ queries in code.
-
Uses of WhereClause in org.apache.jena.arq.querybuilder
Classes in org.apache.jena.arq.querybuilder that implement WhereClauseModifier and TypeClassDescriptionclassBuilder for SPARQL Ask Queries.classBuilder for SPARQL Construct Queries.classBuilder for SPARQL Describe Queries.classBuilder for SPARQL Select Queries.classA simple implementation of WhereClause for use in building complex sub queries where a SelectBuilder or similar implementation is more than is needed.Methods in org.apache.jena.arq.querybuilder with parameters of type WhereClauseModifier and TypeMethodDescriptionUpdateBuilder.addWhere(WhereClause<?> whereClause) Add the WhereClausefinal E_ExistsExprFactory.exists(WhereClause<?> whereClause) implements exists() as per the SPARQL 11 query definition.final E_NotExistsExprFactory.notexists(WhereClause<?> whereClause) implements not exists() as per the SPARQL 11 query definition.