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