Package | Description |
---|---|
net.sf.jsqlparser.parser | |
net.sf.jsqlparser.statement.select |
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 |
Distinct.setOnSelectItems(List<SelectItem> list) |
void |
PlainSelect.setSelectItems(List<SelectItem> list) |
void |
WithItem.setWithItemList(List<SelectItem> withItemList) |
Copyright © 2013. All Rights Reserved.