Class LogicalUnion

java.lang.Object
org.apache.openjpa.jdbc.sql.LogicalUnion
All Implemented Interfaces:
SelectExecutor, Union

public class LogicalUnion extends Object implements Union
A logical union made up of multiple distinct selects whose results are combined in memory.
Author:
Abe White