SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

kodo.query
Interface Subquery

All Superinterfaces:
Value

public interface Subquery
extends Value

Query value representing a subquery.

Since:
3.2

Method Summary
 String getCandidateAlias()
          Return the candidate alias for this subquery.
 void setParsedQuery(ParsedQuery query, long startIdx, long endIdx)
          Set the parsed subquery.
 
Methods inherited from interface kodo.query.Value
getMetaData, getType, isVariable, setImplicitType, setMetaData
 

Method Detail

getCandidateAlias

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

setParsedQuery

public void setParsedQuery(ParsedQuery query,
                           long startIdx,
                           long endIdx)
Set the parsed subquery.

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.