Uses of Class
com.exasol.adapter.sql.SqlFunctionAggregateListagg.Behavior.TruncationType
-
Packages that use SqlFunctionAggregateListagg.Behavior.TruncationType Package Description com.exasol.adapter.sql -
-
Uses of SqlFunctionAggregateListagg.Behavior.TruncationType in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return SqlFunctionAggregateListagg.Behavior.TruncationType Modifier and Type Method Description static SqlFunctionAggregateListagg.Behavior.TruncationTypeSqlFunctionAggregateListagg.Behavior.TruncationType. parseTruncationType(String value)Parse truncation type.static SqlFunctionAggregateListagg.Behavior.TruncationTypeSqlFunctionAggregateListagg.Behavior.TruncationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlFunctionAggregateListagg.Behavior.TruncationType[]SqlFunctionAggregateListagg.Behavior.TruncationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.adapter.sql with parameters of type SqlFunctionAggregateListagg.Behavior.TruncationType Modifier and Type Method Description voidSqlFunctionAggregateListagg.Behavior. setTruncationType(SqlFunctionAggregateListagg.Behavior.TruncationType truncationType)Deprecated, for removal: This API element is subject to removal in a future version.The behavior of the LISTAGG function is immutable and can not be changed after the creation of the object.Constructors in com.exasol.adapter.sql with parameters of type SqlFunctionAggregateListagg.Behavior.TruncationType Constructor Description Behavior(SqlFunctionAggregateListagg.BehaviorType behaviorType, SqlFunctionAggregateListagg.Behavior.TruncationType truncationType, SqlLiteralString truncationFiller)Create a new fully initialized instance ofSqlFunctionAggregateListagg.Behavior.
-