void addSubquery(
Query sub,
String variableDeclaration,
String candidateCollectionExpression
)
Add a subquery to this query.
- Parameters:
sub
- the subquery to add to this QueryvariableDeclaration
- the name of the variable in the outer query to bind the results of the subquerycandidateCollectionExpression
- the candidate collection of the subquery as an expression using terms of the outer query
- See Also:
addSubquery(Query sub,String variableDeclaration,String candidateCollectionExpression,String... parameters)
- Since:
- JDO 2.1