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)Set a truncation type.
-