|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.QueryBase<SubType>
com.mysema.query.support.QueryBaseWithProjection<SubType>
com.mysema.query.sql.AbstractSQLQuery<SQLQueryImpl>
com.mysema.query.sql.SQLQueryImpl
public class SQLQueryImpl
SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface
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.sql.AbstractSQLQuery |
---|
templates |
Fields inherited from class com.mysema.query.QueryBase |
---|
_this |
Constructor Summary | |
---|---|
SQLQueryImpl(Connection conn,
SQLTemplates templates)
|
Method Summary |
---|
Methods inherited from class com.mysema.query.sql.AbstractSQLQuery |
---|
buildQueryString, count, createSerializer, from, fullJoin, innerJoin, iterate, iterate, join, leftJoin, list, list, listResults, on, toQueryString, toString, union, union, uniqueResult |
Methods inherited from class com.mysema.query.support.QueryBaseWithProjection |
---|
asArray, countDistinct, iterateDistinct, iterateDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult |
Methods inherited from class com.mysema.query.QueryBase |
---|
addToProjection, getMetadata, groupBy, having, limit, offset, orderBy, restrict, 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.SQLQuery |
---|
from, fullJoin, innerJoin, join, leftJoin, on, union, union |
Methods inherited from interface com.mysema.query.Query |
---|
groupBy, having, limit, offset, orderBy, restrict, where |
Methods inherited from interface com.mysema.query.Projectable |
---|
count, countDistinct, iterate, iterate, iterateDistinct, iterateDistinct, list, list, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult |
Constructor Detail |
---|
public SQLQueryImpl(Connection conn, SQLTemplates templates)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |