com.mysema.query.sql.mysql
Class MySQLQuery
java.lang.Object
com.mysema.query.support.QueryBase<Q>
com.mysema.query.support.ProjectableQuery<Q>
com.mysema.query.sql.AbstractSQLQuery<MySQLQuery>
com.mysema.query.sql.mysql.MySQLQuery
- All Implemented Interfaces:
- Projectable
public class MySQLQuery
- extends AbstractSQLQuery<MySQLQuery>
- Author:
- tiwe
Methods inherited from class com.mysema.query.sql.AbstractSQLQuery |
addFlag, addFlag, addFlag, addJoinFlag, buildQueryString, count, createSerializer, 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, 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MySQLQuery
public MySQLQuery(java.sql.Connection conn)
MySQLQuery
public MySQLQuery(java.sql.Connection conn,
SQLTemplates templates)
MySQLQuery
protected MySQLQuery(java.sql.Connection conn,
SQLTemplates templates,
QueryMetadata metadata)
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(java.lang.String var)
intoDumpfile
public MySQLQuery intoDumpfile(java.io.File file)
intoOutfile
public MySQLQuery intoOutfile(java.io.File file)
lockInShareMode
public MySQLQuery lockInShareMode()
noCache
public MySQLQuery noCache()
smallResult
public MySQLQuery smallResult()
straightJoin
public MySQLQuery straightJoin()
useIndex
public MySQLQuery useIndex(java.lang.String... indexes)
withRollup
public MySQLQuery withRollup()
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.