Class IfExpression
- java.lang.Object
-
- org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
-
- org.hotrod.runtime.dynamicsql.expressions.IfExpression
-
public class IfExpression extends DynamicExpression
-
-
Field Summary
-
Fields inherited from class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
JEXL_ENGINE
-
-
Constructor Summary
Constructors Constructor Description IfExpression(java.lang.String test, DynamicExpression... expressions)
-
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
-
IfExpression
public IfExpression(java.lang.String test, DynamicExpression... expressions)
-
-
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
-
-