Class ChooseExpression
- java.lang.Object
-
- org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
-
- org.hotrod.runtime.dynamicsql.expressions.ChooseExpression
-
public class ChooseExpression extends DynamicExpression
-
-
Field Summary
-
Fields inherited from class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
JEXL_ENGINE
-
-
Constructor Summary
Constructors Constructor Description ChooseExpression(OtherwiseExpression otherwise, WhenExpression... whens)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvaluationFeedbackevaluate(java.lang.StringBuilder out, DynamicSQLParameters variables)java.util.List<java.lang.Object>getConstructorParameters()-
Methods inherited from class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
evaluate, renderConstructor
-
-
-
-
Constructor Detail
-
ChooseExpression
public ChooseExpression(OtherwiseExpression otherwise, WhenExpression... whens)
-
-
Method Detail
-
evaluate
public EvaluationFeedback evaluate(java.lang.StringBuilder out, DynamicSQLParameters variables) throws DynamicSQLEvaluationException
- Throws:
DynamicSQLEvaluationException
-
getConstructorParameters
public java.util.List<java.lang.Object> getConstructorParameters()
- Specified by:
getConstructorParametersin classDynamicExpression
-
-