Uses of Class
com.exasol.adapter.sql.SqlOrderBy
-
Packages that use SqlOrderBy Package Description com.exasol.adapter.sql -
-
Uses of SqlOrderBy in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return SqlOrderBy Modifier and Type Method Description SqlOrderBySqlFunctionAggregateGroupConcat. getOrderBy()SqlOrderBySqlStatementSelect. getOrderBy()Methods in com.exasol.adapter.sql with parameters of type SqlOrderBy Modifier and Type Method Description SqlStatementSelect.BuilderSqlStatementSelect.Builder. orderBy(SqlOrderBy orderBy)Set the order by clause of the SQL Select Statement.RSqlNodeVisitor. visit(SqlOrderBy sqlOrderBy)Constructors in com.exasol.adapter.sql with parameters of type SqlOrderBy Constructor Description SqlFunctionAggregateGroupConcat(AggregateFunction function, List<SqlNode> arguments, SqlOrderBy orderBy, boolean distinct, String separator)
-