| Package | Description |
|---|---|
| com.exasol.sql.dql.select | |
| com.exasol.sql.expression | |
| com.exasol.sql.expression.rendering |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnReference> |
GroupByClause.getColumnReferences()
Get list of column references.
|
List<ColumnReference> |
OrderByClause.getColumnReferences()
Get list of column references.
|
| Modifier and Type | Method and Description |
|---|---|
GroupByClause |
Select.groupBy(ColumnReference... columnReferences)
Create a new
GroupByClause. |
OrderByClause |
Select.orderBy(ColumnReference... columnReferences)
Create a new
OrderByClause. |
| Constructor and Description |
|---|
GroupByClause(SqlStatement rootStatement,
ColumnReference... columnReferences)
Create a new instance of a
GroupByClause. |
OrderByClause(SqlStatement rootStatement,
ColumnReference... columnReferences)
Create a new instance of a
OrderByClause. |
| Modifier and Type | Method and Description |
|---|---|
static ColumnReference |
ExpressionTerm.column(String column)
Create a reference to a table column.
|
static ColumnReference |
ExpressionTerm.column(String table,
String column)
Create a reference to a column in a specific table.
|
static ColumnReference |
ColumnReference.column(String tableName,
String columnName)
Create a new
ColumnReference from a column name and a table name. |
static ColumnReference |
ColumnReference.of(String columnName)
Create a new
ColumnReference from a column name. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueExpressionVisitor.visit(ColumnReference columnReference) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueExpressionRenderer.visit(ColumnReference columnReference) |
Copyright © 2018–2021. All rights reserved.