Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Jena 3.13.1
-
None
Description
The AbstractQueryBuilder does not have a mechanism to add entire where clause to the query.
this would be a addWhere() method that takes a WhereBuilder as an argument, takes the entire where clause of the argument as an element and adds it to the elements in the queryBuilder.