Package | Description |
---|---|
org.tinygroup.jsqlparser.parser | |
org.tinygroup.jsqlparser.statement.create.view | |
org.tinygroup.jsqlparser.statement.select |
Modifier and Type | Method and Description |
---|---|
SelectBody |
CCJSqlParser.SelectBody() |
Modifier and Type | Method and Description |
---|---|
SelectBody |
CreateView.getSelectBody() |
Modifier and Type | Method and Description |
---|---|
void |
CreateView.setSelectBody(SelectBody 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.
|
class |
WithItem
One of the parts of a "WITH" clause of a "SELECT" statement
|
Modifier and Type | Method and Description |
---|---|
SelectBody |
PivotXml.getInSelect() |
SelectBody |
WithItem.getSelectBody()
The
SelectBody of this WITH item is the part after the "AS"
keyword |
SelectBody |
Select.getSelectBody() |
SelectBody |
SubSelect.getSelectBody() |
Modifier and Type | Method and Description |
---|---|
void |
PivotXml.setInSelect(SelectBody inSelect) |
void |
WithItem.setSelectBody(SelectBody selectBody) |
void |
Select.setSelectBody(SelectBody body) |
void |
SubSelect.setSelectBody(SelectBody body) |
Copyright © 2006–2018 TinyGroup. All rights reserved.