Interface Expressionator.ParseContext
-
- All Superinterfaces:
LocaleContext
- All Known Implementing Classes:
DBEvalContext
- Enclosing class:
- Expressionator
public static interface Expressionator.ParseContext extends LocaleContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionLookupgetFunctionLookup()-
Methods inherited from interface com.healthmarketscience.jackcess.expr.LocaleContext
createDateFormatter, createDecimalFormat, getLocale, getNumericConfig, getTemporalConfig, getZoneId
-
-
-
-
Method Detail
-
getFunctionLookup
FunctionLookup getFunctionLookup()
-
-