Package | Description |
---|---|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Field and Description |
---|---|
protected SelectImpl |
SelectImpl._outer |
protected SelectImpl |
LogicalUnion.UnionSelect.sel |
Modifier and Type | Method and Description |
---|---|
SelectImpl |
SelectImpl.clone(Context ctx) |
SelectImpl |
LogicalUnion.UnionSelect.getDelegate()
Delegate select.
|
SelectImpl |
SelectImpl.SelectResult.getSelect()
Select for this result.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
UnionSelect(SelectImpl sel,
int pos) |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.