| Package | Description |
|---|---|
| net.sf.jsqlparser.parser | |
| net.sf.jsqlparser.statement.create.view | |
| net.sf.jsqlparser.statement.select | |
| net.sf.jsqlparser.statement.values |
| Modifier and Type | Method and Description |
|---|---|
SelectBody |
CCJSqlParser.SelectBody() |
SelectBody |
CCJSqlParser.SetOperationList() |
| Modifier and Type | Method and Description |
|---|---|
<E extends SelectBody> |
AlterView.getSelectBody(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
SelectBody |
AlterView.getSelectBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterView.setSelectBody(SelectBody selectBody) |
AlterView |
AlterView.withSelectBody(SelectBody selectBody) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainSelect |
class |
SetOperationList |
class |
WithItem |
| Modifier and Type | Method and Description |
|---|---|
<E extends SelectBody> |
PivotXml.getInSelect(Class<E> type) |
<E extends SelectBody> |
Select.getSelectBody(Class<E> type) |
<E extends SelectBody> |
SubSelect.getSelectBody(Class<E> type) |
<E extends SelectBody> |
WithItem.getSelectBody(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
SelectBody |
PivotXml.getInSelect() |
SelectBody |
Select.getSelectBody() |
SelectBody |
SubSelect.getSelectBody() |
SelectBody |
WithItem.getSelectBody() |
| Modifier and Type | Method and Description |
|---|---|
List<SelectBody> |
SetOperationList.getSelects() |
| Modifier and Type | Method and Description |
|---|---|
SetOperationList |
SetOperationList.addSelects(SelectBody... selects) |
void |
PivotXml.setInSelect(SelectBody inSelect) |
void |
Select.setSelectBody(SelectBody body) |
void |
SubSelect.setSelectBody(SelectBody body) |
void |
WithItem.setSelectBody(SelectBody selectBody) |
PivotXml |
PivotXml.withInSelect(SelectBody inSelect) |
Select |
Select.withSelectBody(SelectBody body) |
SubSelect |
SubSelect.withSelectBody(SelectBody selectBody) |
WithItem |
WithItem.withSelectBody(SelectBody selectBody) |
| Modifier and Type | Method and Description |
|---|---|
SetOperationList |
SetOperationList.addSelects(Collection<? extends SelectBody> selects) |
void |
SetOperationList.setBracketsOpsAndSelects(List<Boolean> brackets,
List<SelectBody> select,
List<SetOperation> ops) |
void |
SetOperationList.setSelects(List<SelectBody> selects) |
SetOperationList |
SetOperationList.withSelects(List<SelectBody> selects) |
| Modifier and Type | Class and Description |
|---|---|
class |
ValuesStatement |
Copyright © 2004–2021 JSQLParser. All rights reserved.