org.apache.openjpa.jdbc.sql
Interface Union.Selector

Enclosing interface:
Union

public static interface Union.Selector

A callback used to create the selects in a SQL union.


Method Summary
 void select(Select sel, int i)
          Populate the ith select in the union.
 

Method Detail

select

void select(Select sel,
            int i)
Populate the ith select in the union.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.