Package com.querydsl.sql.mysql
Class MySQLQuery<T>
java.lang.Object
com.querydsl.core.support.QueryBase<Q>
com.querydsl.core.support.FetchableQueryBase<T,Q>
com.querydsl.core.support.FetchableSubQueryBase<T,Q>
com.querydsl.sql.ProjectableSQLQuery<T,Q>
com.querydsl.sql.AbstractSQLQuery<T,C>
com.querydsl.sql.mysql.AbstractMySQLQuery<T,MySQLQuery<T>>
com.querydsl.sql.mysql.MySQLQuery<T>
- Type Parameters:
T- the result type
- All Implemented Interfaces:
Fetchable<T>,FetchableQuery<T,,MySQLQuery<T>> FilteredClause<MySQLQuery<T>>,Query<MySQLQuery<T>>,SimpleQuery<MySQLQuery<T>>,ExtendedSubQuery<T>,Expression<T>,SubQueryExpression<T>,SQLCommonQuery<MySQLQuery<T>>,Serializable
MySQLQuery provides MySQL related extensions to SQLQuery.
If you need to subtype this, use the base class instead.- See Also:
-
Field Summary
Fields inherited from class com.querydsl.sql.mysql.AbstractMySQLQuery
HIGH_PRIORITY, LOCK_IN_SHARE_MODE, SQL_BIG_RESULT, SQL_BUFFER_RESULT, SQL_CACHE, SQL_CALC_FOUND_ROWS, SQL_NO_CACHE, SQL_SMALL_RESULT, STRAIGHT_JOIN, WITH_ROLLUPFields inherited from class com.querydsl.sql.AbstractSQLQuery
listeners, PARENT_CONTEXT, useLiteralsFields inherited from class com.querydsl.sql.ProjectableSQLQuery
configuration, firstUnionSubQuery, union, unionAllFields inherited from class com.querydsl.core.support.QueryBase
MDC_PARAMETERS, MDC_QUERY, queryMixin -
Constructor Summary
ConstructorsConstructorDescriptionMySQLQuery(Connection conn) MySQLQuery(Connection conn, Configuration configuration) MySQLQuery(Connection conn, Configuration configuration, QueryMetadata metadata) MySQLQuery(Connection conn, SQLTemplates templates) MySQLQuery(Supplier<Connection> connProvider, Configuration configuration) MySQLQuery(Supplier<Connection> connProvider, Configuration configuration, QueryMetadata metadata) -
Method Summary
Modifier and TypeMethodDescriptionclone(Connection conn) select(Expression<?>... exprs) <U> MySQLQuery<U>select(Expression<U> expr) Methods inherited from class com.querydsl.sql.mysql.AbstractMySQLQuery
bigResult, bufferResult, cache, calcFoundRows, forceIndex, highPriority, ignoreIndex, into, intoDumpfile, intoOutfile, lockInShareMode, noCache, smallResult, straightJoin, useIndex, withRollupMethods inherited from class com.querydsl.sql.AbstractSQLQuery
addListener, as, as, clone, clone, createSerializer, endContext, fetch, fetchCount, fetchResults, forShare, forShare, forUpdate, getConfiguration, getResults, getResults, iterate, logQuery, onException, setParameters, setStatementOptions, setUseLiterals, startContextMethods inherited from class com.querydsl.sql.ProjectableSQLQuery
accept, addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, fetchOne, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getSQL, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, serialize, toString, union, union, union, unionAll, unionAll, unionAll, with, with, with, withRecursive, withRecursive, withRecursiveMethods inherited from class com.querydsl.core.support.FetchableSubQueryBase
contains, contains, eq, eq, exists, getMetadata, getType, goe, goe, gt, gt, hashCode, in, in, isNotNull, isNull, loe, loe, lt, lt, ne, ne, notExistsMethods inherited from class com.querydsl.core.support.FetchableQueryBase
equals, fetchFirst, transform, uniqueResultMethods inherited from class com.querydsl.core.support.QueryBase
distinct, groupBy, groupBy, having, having, limit, offset, orderBy, orderBy, restrict, set, where, whereMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.Fetchable
fetchFirst, streamMethods inherited from interface com.querydsl.core.FetchableQuery
transformMethods inherited from interface com.querydsl.core.FilteredClause
where
-
Constructor Details
-
MySQLQuery
-
MySQLQuery
-
MySQLQuery
-
MySQLQuery
-
MySQLQuery
public MySQLQuery(Supplier<Connection> connProvider, Configuration configuration, QueryMetadata metadata) -
MySQLQuery
-
-
Method Details
-
clone
- Specified by:
clonein classAbstractSQLQuery<T,MySQLQuery<T>>
-
select
-
select
-