| Package | Description |
|---|---|
| com.exasol.sql.dql.select | |
| com.exasol.sql.dql.select.rendering |
| 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) |
Copyright © 2018–2021. All rights reserved.