JDO Method
in javax.jdo.Query

void addSubquery(
  Query sub, 
  String variableDeclaration, 
  String candidateCollectionExpression, 
  String parameter
)


Add a subquery to this query. The String version of the method binds the named expression to the parameter implictly or explicitly declared in the subquery.
Parameters:
sub - the subquery to add to this Query
variableDeclaration - the name of the variable to be used in this Query
candidateCollectionExpression - the candidate collection to apply to the subquery
parameter - the expression from the outer query to bind the parameter in the subquery
See Also:
addSubquery(Query sub,String variableDeclaration,String candidateCollectionExpression,String... parameters)
Since:
JDO 2.1