public interface EvalContext
Modifier and Type | Method and Description |
---|---|
SimpleDateFormat |
createDateFormat(String formatStr) |
Object |
get(String key) |
Bindings |
getBindings() |
Value |
getIdentifierValue(Identifier identifier) |
float |
getRandom(Integer seed) |
Value.Type |
getResultType() |
TemporalConfig |
getTemporalConfig() |
Value |
getThisColumnValue() |
void |
put(String key,
Object value)
Sets the value of the given key to the given value in the currently
configured
Bindings . |
TemporalConfig getTemporalConfig()
EvalConfig
)SimpleDateFormat createDateFormat(String formatStr)
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–2018. All rights reserved.