You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Jan Martin Keil (Jira)" <ji...@apache.org> on 2019/09/02 16:32:00 UTC

[jira] [Created] (JENA-1752) QueryBuilders should support (NOT) EXISTS clause

Jan Martin Keil created JENA-1752:
-------------------------------------

             Summary: QueryBuilders should support (NOT) EXISTS clause
                 Key: JENA-1752
                 URL: https://issues.apache.org/jira/browse/JENA-1752
             Project: Apache Jena
          Issue Type: Improvement
            Reporter: Jan Martin Keil


To support (NOT) EXISTS clauses, I propose to add to the classes
 * {{org.apache.jena.arq.querybuilder.AskBuilder}}
 * {{org.apache.jena.arq.querybuilder.ConstructBuilder}}
 * {{org.apache.jena.arq.querybuilder.SelectBuilder}}

the following methods
 * {{addExists(Element el)}}
 * {{addNotExists(Element el)}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)