| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLQuery
Query interface for SQL queries
| Method Summary | ||
|---|---|---|
 SQLQuery | 
clone(Connection conn)
Clone the state of the Query for the given Connection  | 
|
 ResultSet | 
getResults(Expression<?>... args)
Get the results as an JDBC result set  | 
|
 | 
union(ListSubQuery<RT>... sq)
Creates an union expression for the given subqueries  | 
|
 | 
union(SubQueryExpression<RT>... sq)
Creates an union expression for the given subqueries  | 
|
 | 
unionAll(ListSubQuery<RT>... sq)
Creates an union expression for the given subqueries  | 
|
 | 
unionAll(SubQueryExpression<RT>... sq)
Creates an union expression for the given subqueries  | 
|
| Methods inherited from interface com.mysema.query.sql.SQLCommonQuery | 
|---|
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, from, from, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, join, join, join, leftJoin, leftJoin, leftJoin, on, 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 | 
| Method Detail | 
|---|
<RT> Union<RT> union(ListSubQuery<RT>... sq)
RT - sq - 
<RT> Union<RT> union(SubQueryExpression<RT>... sq)
RT - sq - 
<RT> Union<RT> unionAll(ListSubQuery<RT>... sq)
RT - sq - 
<RT> Union<RT> unionAll(SubQueryExpression<RT>... sq)
RT - sq - 
SQLQuery clone(Connection conn)
conn - 
ResultSet getResults(Expression<?>... args)
args - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||