Class ColDefaultValueEvalContext
- java.lang.Object
-
- com.healthmarketscience.jackcess.impl.BaseEvalContext
-
- com.healthmarketscience.jackcess.impl.ColEvalContext
-
- com.healthmarketscience.jackcess.impl.ColDefaultValueEvalContext
-
- All Implemented Interfaces:
EvalContext,LocaleContext
public class ColDefaultValueEvalContext extends ColEvalContext
- Author:
- James Ahlborn
-
-
Constructor Summary
Constructors Constructor Description ColDefaultValueEvalContext(ColumnImpl col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value.TypegetResultType()-
Methods inherited from class com.healthmarketscience.jackcess.impl.BaseEvalContext
collectIdentifiers, createDateFormatter, createDecimalFormat, eval, get, getBindings, getIdentifierValue, getLocale, getNumericConfig, getRandom, getTemporalConfig, getThisColumnValue, getZoneId, put, toString, toValueType
-
-
-
-
Constructor Detail
-
ColDefaultValueEvalContext
public ColDefaultValueEvalContext(ColumnImpl col)
-
-
Method Detail
-
getResultType
public Value.Type getResultType()
- Specified by:
getResultTypein interfaceEvalContext- Overrides:
getResultTypein classBaseEvalContext- Returns:
- the expected type of the result value for the current expression evaluation (for "default value" and "calculated" expressions)
-
-