Class FunctionSupport.FuncVar
- java.lang.Object
-
- com.healthmarketscience.jackcess.impl.expr.FunctionSupport.BaseFunction
-
- com.healthmarketscience.jackcess.impl.expr.FunctionSupport.FuncVar
-
- All Implemented Interfaces:
Function
- Enclosing class:
- FunctionSupport
public abstract static class FunctionSupport.FuncVar extends FunctionSupport.BaseFunction
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Valueeval(EvalContext ctx, Value... params)Evaluates this function within the given context with the given parameters.-
Methods inherited from class com.healthmarketscience.jackcess.impl.expr.FunctionSupport.BaseFunction
getName, isPure, toString
-
-
-
-
Method Detail
-
eval
public final Value eval(EvalContext ctx, Value... params)
Description copied from interface:FunctionEvaluates this function within the given context with the given parameters.- Returns:
- the result of the function evaluation
-
-