Uses of Class
com.exasol.sql.dql.select.OrderByClause
-
Packages that use OrderByClause Package Description com.exasol.sql.dql.select com.exasol.sql.dql.select.rendering com.exasol.sql.expression.function.exasol -
-
Uses of OrderByClause in com.exasol.sql.dql.select
Methods in com.exasol.sql.dql.select that return OrderByClause Modifier and Type Method Description OrderByClauseOrderByClause. asc()Add ASC option to theOrderByClauseOrderByClauseOrderByClause. desc()Add DESC option to theOrderByClauseOrderByClauseOrderByClause. nullsFirst()Add NULLS FIRST option to theOrderByClauseOrderByClauseOrderByClause. nullsLast()Add NULLS LAST option to theOrderByClauseOrderByClauseSelect. orderBy(ColumnReference... columnReferences)Create a newOrderByClause.Methods in com.exasol.sql.dql.select with parameters of type OrderByClause Modifier and Type Method Description voidSelectVisitor. visit(OrderByClause orderByClause)Visit theORDER BYclause. -
Uses of OrderByClause in com.exasol.sql.dql.select.rendering
Methods in com.exasol.sql.dql.select.rendering with parameters of type OrderByClause Modifier and Type Method Description voidSelectRenderer. visit(OrderByClause orderByClause) -
Uses of OrderByClause in com.exasol.sql.expression.function.exasol
Methods in com.exasol.sql.expression.function.exasol that return OrderByClause Modifier and Type Method Description OrderByClauseOverClause. getOrderByClause()Get the order by clause of thisOverClause.Methods in com.exasol.sql.expression.function.exasol with parameters of type OrderByClause Modifier and Type Method Description OverClauseOverClause. orderBy(OrderByClause orderByClause)Set theOrderByClausefor thisOverClause.
-