Uses of Class
com.exasol.adapter.sql.SqlFunctionAggregateListagg.BehaviorType
-
Packages that use SqlFunctionAggregateListagg.BehaviorType Package Description com.exasol.adapter.sql -
-
Uses of SqlFunctionAggregateListagg.BehaviorType in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return SqlFunctionAggregateListagg.BehaviorType Modifier and Type Method Description SqlFunctionAggregateListagg.BehaviorTypeSqlFunctionAggregateListagg.Behavior. getBehaviorType()Get a behavior type.static SqlFunctionAggregateListagg.BehaviorTypeSqlFunctionAggregateListagg.BehaviorType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlFunctionAggregateListagg.BehaviorType[]SqlFunctionAggregateListagg.BehaviorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exasol.adapter.sql with parameters of type SqlFunctionAggregateListagg.BehaviorType Constructor Description Behavior(SqlFunctionAggregateListagg.BehaviorType behaviorType)Create a new instance ofSqlFunctionAggregateListagg.Behavior.
-