Package | Description |
---|---|
com.healthmarketscience.jackcess.expr |
Jackcess has support for evaluating Access expressions.
|
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.impl.expr |
Modifier and Type | Method and Description |
---|---|
Object |
Expression.eval(EvalContext ctx)
Evaluates the expression and returns the result.
|
Value |
Function.eval(EvalContext ctx,
Value... params)
Evaluates this function within the given context with the given
parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseEvalContext |
class |
CalcColEvalContext |
class |
ColDefaultValueEvalContext |
class |
ColEvalContext |
class |
ColValidatorEvalContext |
class |
RowEvalContext |
class |
RowValidatorEvalContext |
Modifier and Type | Method and Description |
---|---|
static FormatUtil.StandaloneFormatter |
FormatUtil.createStandaloneFormatter(EvalContext ctx,
String fmtStr,
int firstDay,
int firstWeekType) |
Value |
FunctionSupport.Func0.eval(EvalContext ctx,
Value... params) |
Value |
FunctionSupport.Func1.eval(EvalContext ctx,
Value... params) |
Value |
FunctionSupport.Func1NullIsNull.eval(EvalContext ctx,
Value... params) |
Value |
FunctionSupport.Func2.eval(EvalContext ctx,
Value... params) |
Value |
FunctionSupport.Func3.eval(EvalContext ctx,
Value... params) |
Value |
FunctionSupport.FuncVar.eval(EvalContext ctx,
Value... params) |
Value |
FunctionSupport.StringFuncWrapper.eval(EvalContext ctx,
Value... params) |
static Value |
FormatUtil.format(EvalContext ctx,
Value expr,
String fmtStr,
int firstDay,
int firstWeekType) |
static double |
FunctionSupport.getOptionalDoubleParam(EvalContext ctx,
Value[] params,
int idx,
double defValue) |
Copyright © 2005–2024 OpenHMS. All rights reserved.