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 -
-
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) -
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)
-