org.apache.openjpa.kernel.exps
Interface Subquery

All Superinterfaces:
Value

public interface Subquery
extends Value

Query value representing a subquery.

Since:
0.3.2
Author:
Abe White

Method Summary
 String getCandidateAlias()
          Return the candidate alias for this subquery.
 void setQueryExpressions(QueryExpressions query)
          Set the parsed subquery.
 
Methods inherited from interface org.apache.openjpa.kernel.exps.Value
acceptVisit, getMetaData, getType, isAggregate, isVariable, isXPath, setImplicitType, setMetaData
 

Method Detail

getCandidateAlias

String getCandidateAlias()
Return the candidate alias for this subquery.


setQueryExpressions

void setQueryExpressions(QueryExpressions query)
Set the parsed subquery.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.