3.1.2: 2012-07-31

net.sf.basedb.core.query
Interface SqlQuery

All Superinterfaces:
Query
All Known Implementing Classes:
AbstractSqlQuery, DataCube.RawMappingQuery, DynamicExtraValueQuery, DynamicPositionQuery, DynamicQuery, DynamicRawDataQuery, DynamicReporterQuery, DynamicSpotQuery

public interface SqlQuery
extends Query

This is a query that is using SQL as the query language. All implementors of this interface must return QueryType.SQL from the Query.getQueryType() method.

Version:
2.0
Author:
Nicklas
Last modified
$Date: 2011-12-02 12:09:46 +0100 (Fri, 02 Dec 2011) $

Method Summary
 DynamicResultIterator iterate(DbControl dc)
           
 
Methods inherited from interface net.sf.basedb.core.query.Query
addAutoJoiner, count, getFirstResult, getMaxResults, getParameterNames, getQueryParameter, getQuerySection, getQueryType, getRootAlias, group, groupPermanent, hasParameterValue, having, havingPermanent, isCounting, isDistinct, isFailSafe, isReadonly, isReturningTotalCount, join, joinPermanent, order, orderPermanent, reset, restrict, restrictPermanent, select, selectPermanent, setDistinct, setFailSafe, setFirstResult, setMaxResults, setParameter, setPermanentParameter, setReturnTotalCount, toQl
 

Method Detail

iterate

DynamicResultIterator iterate(DbControl dc)

3.1.2: 2012-07-31