Class ConcatFunction
java.lang.Object
org.datanucleus.store.query.inmemory.method.ConcatFunction
- All Implemented Interfaces:
InvocationEvaluator
Evaluator for the function CONCAT(strExpr1, strExpr2).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(InvokeExpression expr, Object invokedValue, InMemoryExpressionEvaluator eval) Method to evaluate the InvokeExpression, as part of the overall evaluation defined by the InMemoryExpressionEvaluator.
-
Constructor Details
-
ConcatFunction
public ConcatFunction()
-
-
Method Details
-
evaluate
public Object evaluate(InvokeExpression expr, Object invokedValue, InMemoryExpressionEvaluator eval) Description copied from interface:InvocationEvaluatorMethod to evaluate the InvokeExpression, as part of the overall evaluation defined by the InMemoryExpressionEvaluator.- Specified by:
evaluatein interfaceInvocationEvaluator- Parameters:
expr- The expression for invocationinvokedValue- Value on which we are invokingeval- The overall evaluator for in-memory- Returns:
- The result
-