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

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

public interface Union<RT>

Union defines an interface for Union queries

Author:
tiwe

Method Summary
 List<RT> list()
          Retrieve the results
 Union<RT> orderBy(OrderSpecifier<?>... o)
          Define the ordering of the query results
 

Method Detail

orderBy

Union<RT> orderBy(OrderSpecifier<?>... o)
Define the ordering of the query results

Parameters:
o -
Returns:

list

List<RT> list()
              throws SQLException
Retrieve the results

Returns:
Throws:
SQLException


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