|
||||||||||
| 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 |
|
SQLQuery |
from(Expr<?>... o)
Defines the sources of the query |
|
SQLQuery |
fullJoin(PEntity<?> o)
Adds a full join to the given target |
|
ResultSet |
getResults(Expr<?>... args)
Get the results as an JDBC result set |
|
SQLQuery |
innerJoin(PEntity<?> o)
Adds an inner join to the given target |
|
SQLQuery |
join(PEntity<?> o)
Adds a join to the given target |
|
SQLQuery |
leftJoin(PEntity<?> o)
Adds a left join to the given target |
|
SQLQuery |
on(EBoolean... conditions)
Defines a filter to the last added join |
|
|
union(ListSubQuery<RT>... sq)
Creates an union expression for the given subqueries |
|
|
union(SubQuery<RT>... sq)
Creates an union expression for the given subqueries |
|
| 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, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult, uniqueResult |
| Method Detail |
|---|
SQLQuery from(Expr<?>... o)
o -
SQLQuery fullJoin(PEntity<?> o)
o -
SQLQuery innerJoin(PEntity<?> o)
o -
SQLQuery join(PEntity<?> o)
o -
SQLQuery leftJoin(PEntity<?> o)
o -
SQLQuery on(EBoolean... conditions)
conditions -
<RT> Union<RT> union(ListSubQuery<RT>... sq)
RT - sq -
<RT> Union<RT> union(SubQuery<RT>... sq)
RT - sq -
SQLQuery clone(Connection conn)
conn -
ResultSet getResults(Expr<?>... args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||