com.mysema.query.sql.mysql
Class MySQLQuery

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<MySQLQuery>
              extended by com.mysema.query.sql.mysql.MySQLQuery
All Implemented Interfaces:
Projectable

public class MySQLQuery
extends AbstractSQLQuery<MySQLQuery>

MySQLQuery provides MySQL related extensions to SQLQuery

Author:
tiwe
See Also:
SQLQuery

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.support.QueryBase
queryMixin
 
Constructor Summary
MySQLQuery(Connection conn)
           
MySQLQuery(Connection conn, Configuration configuration)
           
MySQLQuery(Connection conn, Configuration configuration, QueryMetadata metadata)
           
MySQLQuery(Connection conn, SQLTemplates templates)
           
 
Method Summary
 MySQLQuery bigResult()
           
 MySQLQuery bufferResult()
           
 MySQLQuery cache()
           
 MySQLQuery calcFoundRows()
           
 MySQLQuery forUpdate()
           
 MySQLQuery highPriority()
           
 MySQLQuery into(String var)
           
 MySQLQuery intoDumpfile(File file)
           
 MySQLQuery intoOutfile(File file)
           
 MySQLQuery lockInShareMode()
           
 MySQLQuery noCache()
           
 MySQLQuery smallResult()
           
 MySQLQuery straightJoin()
           
 MySQLQuery useIndex(String... indexes)
           
 MySQLQuery withRollup()
           
 
Methods inherited from class com.mysema.query.sql.AbstractSQLQuery
addFlag, addFlag, addFlag, addJoinFlag, buildQueryString, count, createSerializer, exists, from, from, fullJoin, fullJoin, fullJoin, getConfiguration, getMetadata, getResults, innerJoin, innerJoin, innerJoin, iterate, iterate, join, join, join, leftJoin, leftJoin, leftJoin, list, list, listResults, on, rightJoin, rightJoin, rightJoin, setParameters, toString, union, union, uniqueResult
 
Methods inherited from class com.mysema.query.support.ProjectableQuery
countDistinct, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, listDistinct, listDistinct, listDistinct, listDistinctResults, map, notExists, uniqueResult, uniqueResult
 
Methods inherited from class com.mysema.query.support.QueryBase
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
 

Constructor Detail

MySQLQuery

public MySQLQuery(Connection conn)

MySQLQuery

public MySQLQuery(Connection conn,
                  SQLTemplates templates)

MySQLQuery

public MySQLQuery(Connection conn,
                  Configuration configuration)

MySQLQuery

public MySQLQuery(Connection conn,
                  Configuration configuration,
                  QueryMetadata metadata)
Method Detail

bigResult

public MySQLQuery bigResult()

bufferResult

public MySQLQuery bufferResult()

cache

public MySQLQuery cache()

calcFoundRows

public MySQLQuery calcFoundRows()

forUpdate

public MySQLQuery forUpdate()

highPriority

public MySQLQuery highPriority()

into

public MySQLQuery into(String var)

intoDumpfile

public MySQLQuery intoDumpfile(File file)

intoOutfile

public MySQLQuery intoOutfile(File file)

lockInShareMode

public MySQLQuery lockInShareMode()

noCache

public MySQLQuery noCache()

smallResult

public MySQLQuery smallResult()

straightJoin

public MySQLQuery straightJoin()

useIndex

public MySQLQuery useIndex(String... indexes)

withRollup

public MySQLQuery withRollup()


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