Package com.exasol.adapter.sql
Class SqlFunctionScalarJsonValue.Behavior
- java.lang.Object
-
- com.exasol.adapter.sql.SqlFunctionScalarJsonValue.Behavior
-
- Enclosing class:
- SqlFunctionScalarJsonValue
public static class SqlFunctionScalarJsonValue.Behavior extends Object
This class represent behavior ofSqlFunctionScalarJsonValueon error or empty.
-
-
Constructor Summary
Constructors Constructor Description Behavior(SqlFunctionScalarJsonValue.BehaviorType behaviorType, Optional<SqlNode> expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetBehaviorType()Optional<SqlNode>getExpression()inthashCode()
-
-
-
Constructor Detail
-
Behavior
public Behavior(SqlFunctionScalarJsonValue.BehaviorType behaviorType, Optional<SqlNode> expression)
-
-