|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectImpl | |
---|---|
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 | |
---|---|
protected SelectImpl |
SelectImpl._outer
|
protected SelectImpl |
LogicalUnion.UnionSelect.sel
|
Methods in org.apache.openjpa.jdbc.sql that return SelectImpl | |
---|---|
SelectImpl |
LogicalUnion.UnionSelect.getDelegate()
Delegate select. |
SelectImpl |
SelectImpl.SelectResult.getSelect()
Select for this result. |
Methods in org.apache.openjpa.jdbc.sql with parameters of type SelectImpl | |
---|---|
protected LogicalUnion.UnionSelect |
LogicalUnion.newUnionSelect(SelectImpl seed,
int pos)
Create a new union select with the given delegate and union position. |
void |
SelectImpl.SelectResult.setSelect(SelectImpl sel)
Select for this result. |
Constructors in org.apache.openjpa.jdbc.sql with parameters of type SelectImpl | |
---|---|
LogicalUnion.UnionSelect(SelectImpl sel,
int pos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |