Uses of Class
com.exasol.adapter.sql.SqlFunctionAggregateListagg.Builder
-
Packages that use SqlFunctionAggregateListagg.Builder Package Description com.exasol.adapter.sql -
-
Uses of SqlFunctionAggregateListagg.Builder in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return SqlFunctionAggregateListagg.Builder Modifier and Type Method Description static SqlFunctionAggregateListagg.BuilderSqlFunctionAggregateListagg. builder(SqlNode argument, SqlFunctionAggregateListagg.Behavior overflowBehavior)Get aSqlFunctionAggregateListaggbuilder.SqlFunctionAggregateListagg.BuilderSqlFunctionAggregateListagg.Builder. distinct(boolean distinct)Add a distinct.SqlFunctionAggregateListagg.BuilderSqlFunctionAggregateListagg.Builder. orderBy(SqlOrderBy orderBy)Add an order by clause.SqlFunctionAggregateListagg.BuilderSqlFunctionAggregateListagg.Builder. separator(SqlLiteralString separator)Add a separator.
-