| 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 |
|---|---|
Value.Type |
Value.Type.getPreferredFPType() |
Value.Type |
Value.Type.getPreferredNumericType() |
Value.Type |
EvalContext.getResultType() |
Value.Type |
Value.getType() |
Value.Type |
TemporalConfig.Type.getValueType() |
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 |
ColDefaultValueEvalContext.getResultType() |
Value.Type |
CalcColEvalContext.getResultType() |
Value.Type |
BaseEvalContext.getResultType() |
static Value.Type |
BaseEvalContext.toValueType(DataType dType) |
| Modifier and Type | Method and Description |
|---|---|
static Value.Type |
ValueSupport.getDateTimeType(LocalDateTime ldt) |
Value.Type |
StringValue.getType() |
Value.Type |
DoubleValue.getType() |
Value.Type |
DateTimeValue.getType() |
Value.Type |
BigDecimalValue.getType() |
Value.Type |
BaseDelayedValue.getType() |
Value.Type |
LongValue.getType() |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFormatter |
ValueSupport.getDateFormatForType(LocaleContext ctx,
Value.Type type) |
static Expression |
Expressionator.parse(Expressionator.Type exprType,
String exprStr,
Value.Type resultType,
Expressionator.ParseContext context) |
static Value |
ValueSupport.toValue(Value.Type type,
LocalDateTime ldt) |
| Constructor and Description |
|---|
DateTimeValue(Value.Type type,
LocalDateTime val) |
Copyright © 2005–2023 OpenHMS. All rights reserved.