com.mysema.query.sql
Interface Union<RT>

Type Parameters:
RT -
All Known Implementing Classes:
AbstractSQLQuery.UnionBuilder

public interface Union<RT>

Author:
tiwe

Method Summary
 List<RT> list()
           
 Union<RT> orderBy(OrderSpecifier<?>... o)
           
 

Method Detail

orderBy

Union<RT> orderBy(OrderSpecifier<?>... o)

list

List<RT> list()
              throws SQLException
Throws:
SQLException


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