You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Paco Avila (JIRA)" <ji...@apache.org> on 2010/03/02 13:01:28 UTC

[jira] Created: (JCR-2526) Make o.a.j.commons.query.GQL modular

Make o.a.j.commons.query.GQL modular
------------------------------------

                 Key: JCR-2526
                 URL: https://issues.apache.org/jira/browse/JCR-2526
             Project: Jackrabbit Content Repository
          Issue Type: Wish
          Components: jackrabbit-jcr-commons
    Affects Versions: 1.6.1
            Reporter: Paco Avila
            Priority: Minor


The GQL.execute() returns a RowIterator and would be nice to return a QueryResult, so I can make a result.getColumnNames() to get the returned column names. Or perhaps better, make public the method which translates the GQL query to XPath so I can pass it to the QueryManager and execute it.

Previously discussed at JCR-1697.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JCR-2526) Make o.a.j.commons.query.GQL modular

Posted by "Alexander Klimetschek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840159#action_12840159 ] 

Alexander Klimetschek commented on JCR-2526:
--------------------------------------------

> method which translates the GQL query to XPath

I think it should rather translate to the abstract query model (JCR 2.0).

> Make o.a.j.commons.query.GQL modular
> ------------------------------------
>
>                 Key: JCR-2526
>                 URL: https://issues.apache.org/jira/browse/JCR-2526
>             Project: Jackrabbit Content Repository
>          Issue Type: Wish
>          Components: jackrabbit-jcr-commons
>    Affects Versions: 1.6.1
>            Reporter: Paco Avila
>            Priority: Minor
>
> The GQL.execute() returns a RowIterator and would be nice to return a QueryResult, so I can make a result.getColumnNames() to get the returned column names. Or perhaps better, make public the method which translates the GQL query to XPath so I can pass it to the QueryManager and execute it.
> Previously discussed at JCR-1697.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.