Package | Description |
---|---|
net.sf.jsqlparser.parser | |
net.sf.jsqlparser.statement.select |
Modifier and Type | Method and Description |
---|---|
SelectBody |
CCJSqlParser.SelectBody() |
Modifier and Type | Class and Description |
---|---|
class |
PlainSelect
The core of a "SELECT" statement (no UNION, no ORDER BY)
|
class |
SetOperationList
A database set operation.
|
Modifier and Type | Method and Description |
---|---|
SelectBody |
SubSelect.getSelectBody() |
SelectBody |
Select.getSelectBody() |
SelectBody |
WithItem.getSelectBody()
The
SelectBody of this WITH item is the part after the "AS" keyword |
Modifier and Type | Method and Description |
---|---|
void |
SubSelect.setSelectBody(SelectBody body) |
void |
Select.setSelectBody(SelectBody body) |
void |
WithItem.setSelectBody(SelectBody selectBody) |
Copyright © 2013. All Rights Reserved.