Uses of Class
com.exasol.adapter.sql.SqlFunctionScalarJsonValue.Behavior
-
Packages that use SqlFunctionScalarJsonValue.Behavior Package Description com.exasol.adapter.sql -
-
Uses of SqlFunctionScalarJsonValue.Behavior in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return SqlFunctionScalarJsonValue.Behavior Modifier and Type Method Description SqlFunctionScalarJsonValue.BehaviorSqlFunctionScalarJsonValue. getEmptyBehavior()SqlFunctionScalarJsonValue.BehaviorSqlFunctionScalarJsonValue. getErrorBehavior()Constructors in com.exasol.adapter.sql with parameters of type SqlFunctionScalarJsonValue.Behavior Constructor Description SqlFunctionScalarJsonValue(ScalarFunction scalarFunction, List<SqlNode> arguments, DataType returningDataType, SqlFunctionScalarJsonValue.Behavior emptyBehavior, SqlFunctionScalarJsonValue.Behavior errorBehavior)
-