public interface EvalContext extends LocaleContext
Modifier and Type | Method and Description |
---|---|
Object |
get(String key) |
Bindings |
getBindings() |
Value |
getIdentifierValue(Identifier identifier) |
float |
getRandom(Integer seed) |
Value.Type |
getResultType() |
Value |
getThisColumnValue() |
void |
put(String key,
Object value)
Sets the value of the given key to the given value in the currently
configured
Bindings . |
createDateFormatter, createDecimalFormat, getNumericConfig, getTemporalConfig, getZoneId
float getRandom(Integer seed)
seed
- the seed for the random value, following the rules for the
"Rnd" functionValue.Type getResultType()
Value getThisColumnValue()
Value getIdentifierValue(Identifier identifier)
Bindings getBindings()
EvalConfig
)Object get(String key)
Bindings
Copyright © 2005–2024 OpenHMS. All rights reserved.