SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.query
Interface QueryImpl.QueryExecutor

All Known Subinterfaces:
QueryImpl.ParsedExpression
All Known Implementing Classes:
QueryImpl.AggregateQueryExecutor
Enclosing class:
QueryImpl

static interface QueryImpl.QueryExecutor

A QueryExecutor provides a uniform interface to the mechanism for executing either a in-memory or datasource Query.


Method Summary
 ResultList executeQuery(Map params)
           
 Set getAccessPathClasses()
          Return a set of Class objects that are involved in this query.
 

Method Detail

executeQuery

public ResultList executeQuery(Map params)

getAccessPathClasses

public Set getAccessPathClasses()
Return a set of Class objects that are involved in this query. This includes the candidate class.
Since:
2.5

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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