Package | Description |
---|---|
com.healthmarketscience.jackcess.expr |
Jackcess has support for evaluating Access expressions (beta support as of
the 2.2.0 release).
|
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.impl.expr |
Modifier and Type | Method and Description |
---|---|
Value.Type |
Value.Type.getPreferredFPType() |
Value.Type |
Value.Type.getPreferredNumericType() |
Value.Type |
EvalContext.getResultType() |
Value.Type |
Value.getType() |
static Value.Type |
Value.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.Type[] |
Value.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Value.Type |
BaseEvalContext.getResultType() |
Value.Type |
CalcColEvalContext.getResultType() |
Value.Type |
ColDefaultValueEvalContext.getResultType() |
static Value.Type |
BaseEvalContext.toValueType(DataType dType) |
Modifier and Type | Method and Description |
---|---|
Value.Type |
BaseDelayedValue.getType() |
Value.Type |
BigDecimalValue.getType() |
Value.Type |
DateTimeValue.getType() |
Value.Type |
DateValue.getType() |
Value.Type |
DoubleValue.getType() |
Value.Type |
LongValue.getType() |
Value.Type |
StringValue.getType() |
Value.Type |
TimeValue.getType() |
Modifier and Type | Method and Description |
---|---|
static Expression |
Expressionator.parse(Expressionator.Type exprType,
String exprStr,
Value.Type resultType,
Expressionator.ParseContext context) |
static Value |
ValueSupport.toValue(EvalContext ctx,
Value.Type type,
Date d) |
static Value |
ValueSupport.toValue(Value.Type type,
Date d,
DateFormat fmt) |
static Value |
ValueSupport.toValue(Value.Type type,
double dd,
DateFormat fmt) |
Copyright © 2005–2018. All rights reserved.