com.mysema.query.sql
Class AbstractSQLQuery.UnionBuilder<RT>

java.lang.Object
  extended by com.mysema.query.sql.AbstractSQLQuery.UnionBuilder<RT>
All Implemented Interfaces:
Union<RT>
Enclosing class:
AbstractSQLQuery<Q extends AbstractSQLQuery<Q>>

public class AbstractSQLQuery.UnionBuilder<RT>
extends Object
implements Union<RT>


Constructor Summary
AbstractSQLQuery.UnionBuilder()
           
 
Method Summary
 List<RT> list()
          Retrieve the results
 AbstractSQLQuery.UnionBuilder<RT> orderBy(OrderSpecifier<?>... o)
          Define the ordering of the query results
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSQLQuery.UnionBuilder

public AbstractSQLQuery.UnionBuilder()
Method Detail

list

public List<RT> list()
              throws SQLException
Description copied from interface: Union
Retrieve the results

Specified by:
list in interface Union<RT>
Returns:
Throws:
SQLException

orderBy

public AbstractSQLQuery.UnionBuilder<RT> orderBy(OrderSpecifier<?>... o)
Description copied from interface: Union
Define the ordering of the query results

Specified by:
orderBy in interface Union<RT>
Returns:


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