Uses of Interface
com.mysema.query.sql.Union

Packages that use Union
com.mysema.query.sql SQL/JDBC support for Querydsl 
 

Uses of Union in com.mysema.query.sql
 

Classes in com.mysema.query.sql that implement Union
 class AbstractSQLQuery.UnionBuilder<RT>
           
 

Methods in com.mysema.query.sql that return Union
 Union<RT> Union.orderBy(OrderSpecifier<?>... o)
          Define the ordering of the query results
<RT> Union<RT>
SQLQuery.union(ListSubQuery<RT>... sq)
          Creates an union expression for the given subqueries
<RT> Union<RT>
SQLQuery.union(SubQueryExpression<RT>... sq)
          Creates an union expression for the given subqueries
<RT> Union<RT>
SQLQuery.unionAll(ListSubQuery<RT>... sq)
          Creates an union expression for the given subqueries
<RT> Union<RT>
SQLQuery.unionAll(SubQueryExpression<RT>... sq)
          Creates an union expression for the given subqueries
 



Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.