| Modifier and Type | Method and Description |
|---|---|
List<SelectItem> |
OutputClause.getSelectItemList() |
List<SelectItem> |
OutputClause.getSelectItemList() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputClause.setSelectItemList(List<SelectItem> selectItemList) |
void |
OutputClause.setSelectItemList(List<SelectItem> selectItemList) |
| Constructor and Description |
|---|
OutputClause(List<SelectItem> selectItemList,
UserVariable tableVariable,
Table outputTable,
List<String> columnList) |
OutputClause(List<SelectItem> selectItemList,
UserVariable tableVariable,
Table outputTable,
List<String> columnList) |
| Modifier and Type | Method and Description |
|---|---|
List<SelectItem> |
Delete.getReturningExpressionList() |
List<SelectItem> |
Delete.getReturningExpressionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Delete.setReturningExpressionList(List<SelectItem> returningExpressionList) |
void |
Delete.setReturningExpressionList(List<SelectItem> returningExpressionList) |
Delete |
Delete.withReturningExpressionList(List<SelectItem> returningExpressionList) |
Delete |
Delete.withReturningExpressionList(List<SelectItem> returningExpressionList) |
| Modifier and Type | Method and Description |
|---|---|
List<SelectItem> |
Insert.getReturningExpressionList() |
List<SelectItem> |
Insert.getReturningExpressionList() |
| Modifier and Type | Method and Description |
|---|---|
Insert |
Insert.addReturningExpressionList(SelectItem... returningExpressionList) |
Insert |
Insert.addReturningExpressionList(SelectItem... returningExpressionList) |
| Modifier and Type | Method and Description |
|---|---|
Insert |
Insert.addReturningExpressionList(Collection<? extends SelectItem> returningExpressionList) |
Insert |
Insert.addReturningExpressionList(Collection<? extends SelectItem> returningExpressionList) |
void |
Insert.setReturningExpressionList(List<SelectItem> returningExpressionList) |
void |
Insert.setReturningExpressionList(List<SelectItem> returningExpressionList) |
Insert |
Insert.withReturningExpressionList(List<SelectItem> returningExpressionList) |
Insert |
Insert.withReturningExpressionList(List<SelectItem> returningExpressionList) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllColumns |
class |
AllTableColumns |
class |
SelectExpressionItem |
| Modifier and Type | Method and Description |
|---|---|
List<SelectItem> |
Distinct.getOnSelectItems() |
List<SelectItem> |
Distinct.getOnSelectItems() |
List<SelectItem> |
PlainSelect.getSelectItems() |
List<SelectItem> |
PlainSelect.getSelectItems() |
List<SelectItem> |
WithItem.getWithItemList()
The
SelectItems in this WITH (for example the A,B,C in "WITH mywith (A,B,C) AS ...") |
List<SelectItem> |
WithItem.getWithItemList()
The
SelectItems in this WITH (for example the A,B,C in "WITH mywith (A,B,C) AS ...") |
| Modifier and Type | Method and Description |
|---|---|
Distinct |
Distinct.addOnSelectItems(SelectItem... onSelectItems) |
Distinct |
Distinct.addOnSelectItems(SelectItem... onSelectItems) |
PlainSelect |
PlainSelect.addSelectItems(SelectItem... items) |
PlainSelect |
PlainSelect.addSelectItems(SelectItem... items) |
WithItem |
WithItem.addWithItemList(SelectItem... withItemList) |
WithItem |
WithItem.addWithItemList(SelectItem... withItemList) |
| Modifier and Type | Method and Description |
|---|---|
List<SelectItem> |
Update.getReturningExpressionList() |
List<SelectItem> |
Update.getReturningExpressionList() |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.addReturningExpressionList(SelectItem... returningExpressionList) |
Update |
Update.addReturningExpressionList(SelectItem... returningExpressionList) |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.addReturningExpressionList(Collection<? extends SelectItem> returningExpressionList) |
Update |
Update.addReturningExpressionList(Collection<? extends SelectItem> returningExpressionList) |
void |
Update.setReturningExpressionList(List<SelectItem> returningExpressionList) |
void |
Update.setReturningExpressionList(List<SelectItem> returningExpressionList) |
Update |
Update.withReturningExpressionList(List<SelectItem> returningExpressionList) |
Update |
Update.withReturningExpressionList(List<SelectItem> returningExpressionList) |
| Modifier and Type | Method and Description |
|---|---|
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectValidator.validate(SelectItem statement) |
void |
SelectValidator.validate(SelectItem statement) |
Copyright © 2004–2023 JSQLParser. All rights reserved.