| Craig Russell (JIRA) 2006-12-20, 1:11 am |
| [ http://issues.apache.org/jira/browse/JDO-446?page=all ]
Craig Russell updated JDO-446:
------------------------------
Attachment: Query-patch.txt
Please review this patch.
This patch updates the Query interface by adding the method to support subqueries
void addSubquery
(Query sub, String variableDeclaration, String candidateCollectionExpression);
> Add subqueries APIs
> -------------------
>
> Key: JDO-446
> URL: http://issues.apache.org/jira/browse/JDO-446
> Project: JDO
> Issue Type: New Feature
> Components: api2, api2-legacy
> Affects Versions: JDO 2 final
> Reporter: Michelle Caisse
> Assigned To: Craig Russell
> Fix For: JDO 2 maintenance release 1
>
> Attachments: Query-patch.txt
>
>
> In 14, add subqueries to permit e.g. select from Employee where this.salary > (select avg(salary) from Employee)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|