com.mysema.query.sql
Class SQLQueryImpl

java.lang.Object
  extended by com.mysema.query.QueryBase<SubType>
      extended by com.mysema.query.support.ProjectableQuery<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
queryMixin
 
Constructor Summary
SQLQueryImpl(Connection conn, SQLTemplates templates)
          Create a neq SQLQueryImpl instance
 
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.ProjectableQuery
countDistinct, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, listDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult, uniqueResult
 
Methods inherited from class com.mysema.query.QueryBase
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, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult, uniqueResult
 

Constructor Detail

SQLQueryImpl

public SQLQueryImpl(Connection conn,
                    SQLTemplates templates)
Create a neq SQLQueryImpl instance

Parameters:
conn - Connection to use
templates - SQLTemplates to use


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