2.17.2: 2011-06-17

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: 2009-04-06 14:52:39 +0200 (Mon, 06 Apr 2009) $

Method Summary
 
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, isReadonly, isReturningTotalCount, join, joinPermanent, order, orderPermanent, reset, restrict, restrictPermanent, select, selectPermanent, setDistinct, setFirstResult, setMaxResults, setParameter, setPermanentParameter, setReturnTotalCount, toQl
 


2.17.2: 2011-06-17