Uses of Class
org.apache.openjpa.jdbc.sql.SelectImpl
- 
Packages that use SelectImpl Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction - 
- 
Uses of SelectImpl in org.apache.openjpa.jdbc.sql
Fields in org.apache.openjpa.jdbc.sql declared as SelectImpl Modifier and Type Field Description protected SelectImplSelectImpl. _outerprotected SelectImplLogicalUnion.UnionSelect. selMethods in org.apache.openjpa.jdbc.sql that return SelectImpl Modifier and Type Method Description SelectImplSelectImpl. clone(Context ctx)SelectImplLogicalUnion.UnionSelect. getDelegate()Delegate select.SelectImplSelectImpl.SelectResult. getSelect()Select for this result.Methods in org.apache.openjpa.jdbc.sql with parameters of type SelectImpl Modifier and Type Method Description protected LogicalUnion.UnionSelectLogicalUnion. newUnionSelect(SelectImpl seed, int pos)Create a new union select with the given delegate and union position.voidSelectImpl.SelectResult. setSelect(SelectImpl sel)Select for this result.Constructors in org.apache.openjpa.jdbc.sql with parameters of type SelectImpl Constructor Description UnionSelect(SelectImpl sel, int pos) 
 -