|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.support.QueryBase<Q>
com.mysema.query.support.ProjectableQuery<Q>
com.mysema.query.sql.AbstractSQLQuery<SQLQueryImpl>
com.mysema.query.sql.SQLQueryImpl
public class SQLQueryImpl
SQLQueryImpl is a JDBC based implementation of the SQLQuery
interface
Field Summary |
---|
Fields inherited from class com.mysema.query.sql.AbstractSQLQuery |
---|
queryMixin, union, unionAll |
Constructor Summary | |
---|---|
SQLQueryImpl(Connection conn,
Configuration configuration)
Create a new SQLQueryImpl instance |
|
SQLQueryImpl(Connection conn,
Configuration configuration,
com.mysema.query.QueryMetadata metadata)
Create a new SQLQueryImpl instance |
|
SQLQueryImpl(Connection conn,
SQLTemplates templates)
Create a new SQLQueryImpl instance |
|
SQLQueryImpl(Connection conn,
SQLTemplates templates,
com.mysema.query.QueryMetadata metadata)
Create a new SQLQueryImpl instance |
|
SQLQueryImpl(SQLTemplates templates)
Create a detached SQLQueryImpl instance The query can be attached via the clone method |
Method Summary | |
---|---|
SQLQueryImpl |
clone(Connection conn)
Clone the state of this query to a new SQLQueryImpl instance with the given Connection |
Methods inherited from class com.mysema.query.sql.AbstractSQLQuery |
---|
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, buildQueryString, count, createSerializer, exists, forUpdate, 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, union, union, unionAll, unionAll, 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, equals, groupBy, hashCode, having, limit, offset, orderBy, restrict, set, where |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.mysema.query.sql.SQLQuery |
---|
forUpdate, getResults, union, union, union, union, unionAll, unionAll, unionAll, unionAll |
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 |
Methods inherited from interface com.mysema.query.Projectable |
---|
count, countDistinct, exists, iterate, iterate, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, notExists, singleResult, singleResult, singleResult, transform, uniqueResult, uniqueResult, uniqueResult |
Constructor Detail |
---|
public SQLQueryImpl(SQLTemplates templates)
connection
- Connection to usetemplates
- SQLTemplates to usepublic SQLQueryImpl(Connection conn, SQLTemplates templates)
conn
- Connection to usetemplates
- SQLTemplates to usepublic SQLQueryImpl(Connection conn, SQLTemplates templates, com.mysema.query.QueryMetadata metadata)
conn
- Connection to usetemplates
- SQLTemplates to usemetadata
- public SQLQueryImpl(Connection conn, Configuration configuration)
conn
- Connection to useconfiguration
- public SQLQueryImpl(Connection conn, Configuration configuration, com.mysema.query.QueryMetadata metadata)
conn
- templates
- metadata
- Method Detail |
---|
public SQLQueryImpl clone(Connection conn)
clone
in interface SQLQuery
conn
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |