SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

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.4.1 generated on May 30 2006

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