Last update: 2011-06-23

org.proteios.core.query
Interface SqlQuery

All Superinterfaces:
Query

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-09 08:48:11 +0200 (Thu, 09 Apr 2009) $

Method Summary
 
Methods inherited from interface org.proteios.core.query.Query
count, getFirstResult, getMaxResults, getQueryType, getRootAlias, group, groupPermanent, hasParameterValue, having, havingPermanent, isDistinct, isReadonly, isReturningTotalCount, join, joinPermanent, order, orderPermanent, reset, restrict, restrictPermanent, select, selectPermanent, setDistinct, setFirstResult, setMaxResults, setParameter, setPermanentParameter, setReturnTotalCount
 


Last update: 2011-06-23