Package com.exasol.adapter.sql
Class SqlFunctionAggregateListagg.Builder
- java.lang.Object
-
- com.exasol.adapter.sql.SqlFunctionAggregateListagg.Builder
-
- Enclosing class:
- SqlFunctionAggregateListagg
public static final class SqlFunctionAggregateListagg.Builder extends Object
Builder forSqlFunctionAggregateListagg.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlFunctionAggregateListaggbuild()Create newSqlFunctionAggregateListagginstance.SqlFunctionAggregateListagg.Builderdistinct(boolean distinct)Add a distinct.SqlFunctionAggregateListagg.BuilderorderBy(SqlOrderBy orderBy)Add an order by clause.SqlFunctionAggregateListagg.Builderseparator(SqlLiteralString separator)Add a separator.
-
-
-
Method Detail
-
build
public SqlFunctionAggregateListagg build()
Create newSqlFunctionAggregateListagginstance.- Returns:
- new
SqlFunctionAggregateListagginstance
-
distinct
public SqlFunctionAggregateListagg.Builder distinct(boolean distinct)
Add a distinct.- Parameters:
distinct- distinct- Returns:
- builder instance for fluent programming
-
orderBy
public SqlFunctionAggregateListagg.Builder orderBy(SqlOrderBy orderBy)
Add an order by clause.- Parameters:
orderBy- order by clause- Returns:
- builder instance for fluent programming
-
separator
public SqlFunctionAggregateListagg.Builder separator(SqlLiteralString separator)
Add a separator.- Parameters:
separator- separator- Returns:
- builder instance for fluent programming
-
-