com.mysema.query.sql.mssql
Class SQLServerQuery

java.lang.Object
  extended by com.mysema.query.support.QueryBase<Q>
      extended by com.mysema.query.support.ProjectableQuery<Q>
          extended by com.mysema.query.sql.AbstractSQLQuery<SQLServerQuery>
              extended by com.mysema.query.sql.mssql.SQLServerQuery
All Implemented Interfaces:
FilteredClause<SQLServerQuery>, Projectable, Query<SQLServerQuery>, SimpleQuery<SQLServerQuery>, SQLCommonQuery<SQLServerQuery>

public class SQLServerQuery
extends AbstractSQLQuery<SQLServerQuery>
implements SQLCommonQuery<SQLServerQuery>


Field Summary
 
Fields inherited from class com.mysema.query.sql.AbstractSQLQuery
queryMixin, union, unionAll
 
Constructor Summary
  SQLServerQuery(Connection conn)
           
  SQLServerQuery(Connection conn, Configuration configuration)
           
  SQLServerQuery(Connection conn, Configuration configuration, QueryMetadata metadata)
           
  SQLServerQuery(Connection conn, SQLTemplates templates)
           
protected SQLServerQuery(Connection conn, SQLTemplates templates, QueryMetadata metadata)
           
 
Method Summary
 SQLServerQuery tableHints(SQLServerTableHints... tableHints)
           
 
Methods inherited from class com.mysema.query.sql.AbstractSQLQuery
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, buildQueryString, count, createSerializer, exists, from, from, fullJoin, fullJoin, fullJoin, fullJoin, getConfiguration, getMetadata, getResults, innerJoin, innerJoin, innerJoin, innerJoin, iterate, iterate, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, list, list, listResults, on, rightJoin, rightJoin, rightJoin, rightJoin, setParameters, toString, union, union, unionAll, unionAll, uniqueResult, uniqueResult
 
Methods inherited from class com.mysema.query.support.ProjectableQuery
countDistinct, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, listDistinct, listDistinct, listDistinct, listDistinctResults, map, notExists, singleResult, singleResult, singleResult, transform, uniqueResult, uniqueResult
 
Methods inherited from class com.mysema.query.support.QueryBase
distinct, groupBy, having, limit, offset, orderBy, restrict, set, 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.SQLCommonQuery
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, from, from, fullJoin, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, rightJoin, rightJoin, rightJoin, rightJoin
 
Methods inherited from interface com.mysema.query.Query
groupBy, having
 
Methods inherited from interface com.mysema.query.SimpleQuery
distinct, limit, offset, orderBy, restrict, set
 
Methods inherited from interface com.mysema.query.FilteredClause
where
 

Constructor Detail

SQLServerQuery

public SQLServerQuery(Connection conn)

SQLServerQuery

public SQLServerQuery(Connection conn,
                      SQLTemplates templates)

SQLServerQuery

protected SQLServerQuery(Connection conn,
                         SQLTemplates templates,
                         QueryMetadata metadata)

SQLServerQuery

public SQLServerQuery(Connection conn,
                      Configuration configuration,
                      QueryMetadata metadata)

SQLServerQuery

public SQLServerQuery(Connection conn,
                      Configuration configuration)
Method Detail

tableHints

public SQLServerQuery tableHints(SQLServerTableHints... tableHints)


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