com.mysema.query.sql
Class SQLQueryImpl

java.lang.Object
  extended by com.mysema.query.QueryBase<SubType>
      extended by com.mysema.query.support.QueryBaseWithProjection<SubType>
          extended by com.mysema.query.sql.AbstractSQLQuery<SQLQueryImpl>
              extended by com.mysema.query.sql.SQLQueryImpl
All Implemented Interfaces:
Projectable, Query<SQLQuery>, SQLQuery

public class SQLQueryImpl
extends AbstractSQLQuery<SQLQueryImpl>
implements SQLQuery

SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface

Version:
$Id$
Author:
tiwe

Nested Class Summary
 
Nested classes/interfaces inherited from class com.mysema.query.sql.AbstractSQLQuery
AbstractSQLQuery.UnionBuilder<RT>
 
Field Summary
 
Fields inherited from class com.mysema.query.sql.AbstractSQLQuery
templates
 
Fields inherited from class com.mysema.query.QueryBase
_this
 
Constructor Summary
SQLQueryImpl(Connection conn, SQLTemplates templates)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.sql.AbstractSQLQuery
buildQueryString, count, createSerializer, from, fullJoin, innerJoin, iterate, iterate, join, leftJoin, list, list, listResults, on, toQueryString, toString, union, union, uniqueResult
 
Methods inherited from class com.mysema.query.support.QueryBaseWithProjection
asArray, countDistinct, iterateDistinct, iterateDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult
 
Methods inherited from class com.mysema.query.QueryBase
addToProjection, getMetadata, groupBy, having, limit, offset, orderBy, restrict, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.sql.SQLQuery
from, fullJoin, innerJoin, join, leftJoin, on, union, union
 
Methods inherited from interface com.mysema.query.Query
groupBy, having, limit, offset, orderBy, restrict, where
 
Methods inherited from interface com.mysema.query.Projectable
count, countDistinct, iterate, iterate, iterateDistinct, iterateDistinct, list, list, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult
 

Constructor Detail

SQLQueryImpl

public SQLQueryImpl(Connection conn,
                    SQLTemplates templates)


Copyright © 2007-2009 Mysema Ltd. All Rights Reserved.