Package org.apache.openjpa.jdbc.sql
Interface Union.Selector
- 
- Enclosing interface:
- Union
 
 public static interface Union.SelectorA callback used to create the selects in a SQL union.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselect(Select sel, int i)Populate theith select in the union.
 
- 
- 
- 
Method Detail- 
selectvoid select(Select sel, int i) Populate theith select in the union.
 
- 
 
-