Class LiteralExpression
- java.lang.Object
-
- org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
-
- org.hotrod.runtime.dynamicsql.expressions.LiteralExpression
-
public class LiteralExpression extends DynamicExpression
-
-
Field Summary
-
Fields inherited from class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
JEXL_ENGINE
-
-
Constructor Summary
Constructors Constructor Description LiteralExpression(java.lang.String verbatim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiteralExpressionconcat(LiteralExpression other)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
-
-
-
-
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
-
concat
public LiteralExpression concat(LiteralExpression other)
-
-