Package | Description |
---|---|
org.tinygroup.jsqlparser.parser | |
org.tinygroup.jsqlparser.statement.select | |
org.tinygroup.jsqlparser.util |
Modifier and Type | Method and Description |
---|---|
SelectItem |
CCJSqlParser.SelectItem() |
Modifier and Type | Method and Description |
---|---|
List<SelectItem> |
CCJSqlParser.SelectItemsList() |
Modifier and Type | Class and Description |
---|---|
class |
AllColumns
All the columns (as in "SELECT * FROM ...")
|
class |
AllTableColumns |
class |
SelectExpressionItem
An expression as in "SELECT expr1 AS EXPR"
|
Modifier and Type | Method and Description |
---|---|
List<SelectItem> |
Distinct.getOnSelectItems()
A list of
SelectItem s expressions, as in "select DISTINCT ON
(a,b,c) a,b FROM..." |
List<SelectItem> |
PlainSelect.getSelectItems()
The
SelectItem s in this query (for example the A,B,C in "SELECT
A,B,C") |
List<SelectItem> |
WithItem.getWithItemList()
The
SelectItem s in this WITH (for example the A,B,C in "WITH
mywith (A,B,C) AS ...") |
Modifier and Type | Method and Description |
---|---|
void |
PlainSelect.addSelectItems(SelectItem... items) |
Modifier and Type | Method and Description |
---|---|
void |
Distinct.setOnSelectItems(List<SelectItem> list) |
void |
PlainSelect.setSelectItems(List<SelectItem> list) |
void |
WithItem.setWithItemList(List<SelectItem> withItemList) |
Modifier and Type | Method and Description |
---|---|
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
Copyright © 2006–2018 TinyGroup. All rights reserved.