| Package | Description |
|---|---|
| com.exasol.sql.dql.select | |
| com.exasol.sql.dql.select.rendering | |
| com.exasol.sql.expression.function.exasol |
| Modifier and Type | Method and Description |
|---|---|
OrderByClause |
OrderByClause.asc()
Add ASC option to the
OrderByClause |
OrderByClause |
OrderByClause.desc()
Add DESC option to the
OrderByClause |
OrderByClause |
OrderByClause.nullsFirst()
Add NULLS FIRST option to the
OrderByClause |
OrderByClause |
OrderByClause.nullsLast()
Add NULLS LAST option to the
OrderByClause |
OrderByClause |
Select.orderBy(ColumnReference... columnReferences)
Create a new
OrderByClause. |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectVisitor.visit(OrderByClause orderByClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectRenderer.visit(OrderByClause orderByClause) |
| Modifier and Type | Method and Description |
|---|---|
OrderByClause |
OverClause.getOrderByClause()
Get the order by clause of this
OverClause. |
| Modifier and Type | Method and Description |
|---|---|
OverClause |
OverClause.orderBy(OrderByClause orderByClause)
Set the
OrderByClause for this OverClause. |
Copyright © 2018–2021. All rights reserved.