| Package | Description |
|---|---|
| com.exasol.adapter.sql |
| Modifier and Type | Method and Description |
|---|---|
static SqlSelectList |
SqlSelectList.createAnyValueSelectList()
Creates a SqlSelectList that uses an arbitrary value.
|
static SqlSelectList |
SqlSelectList.createRegularSelectList(List<SqlNode> selectList)
Creates a regular SqlSelectList.
|
static SqlSelectList |
SqlSelectList.createSelectStarSelectList()
Creates a SqlSelectList for SELECT *.
|
SqlSelectList |
SqlStatementSelect.getSelectList() |
| Modifier and Type | Method and Description |
|---|---|
R |
SqlNodeVisitor.visit(SqlSelectList selectList) |
| Constructor and Description |
|---|
SqlStatementSelect(SqlNode fromClause,
SqlSelectList selectList,
SqlNode whereClause,
SqlExpressionList groupBy,
SqlNode having,
SqlOrderBy orderBy,
SqlLimit limit) |
Copyright © 2019. All rights reserved.