Uses of Class
com.exasol.adapter.sql.SqlFunctionScalarJsonValue.BehaviorType
-
Packages that use SqlFunctionScalarJsonValue.BehaviorType Package Description com.exasol.adapter.sql -
-
Uses of SqlFunctionScalarJsonValue.BehaviorType in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return SqlFunctionScalarJsonValue.BehaviorType Modifier and Type Method Description static SqlFunctionScalarJsonValue.BehaviorTypeSqlFunctionScalarJsonValue.BehaviorType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlFunctionScalarJsonValue.BehaviorType[]SqlFunctionScalarJsonValue.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 SqlFunctionScalarJsonValue.BehaviorType Constructor Description Behavior(SqlFunctionScalarJsonValue.BehaviorType behaviorType, Optional<SqlNode> expression)
-