Class RowEvalContext
- java.lang.Object
-
- com.healthmarketscience.jackcess.impl.BaseEvalContext
-
- com.healthmarketscience.jackcess.impl.RowEvalContext
-
- All Implemented Interfaces:
EvalContext,LocaleContext
- Direct Known Subclasses:
CalcColEvalContext,RowValidatorEvalContext
public abstract class RowEvalContext extends BaseEvalContext
- Author:
- James Ahlborn
-
-
Constructor Summary
Constructors Constructor Description RowEvalContext(DatabaseImpl db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValuegetIdentifierValue(Identifier identifier)-
Methods inherited from class com.healthmarketscience.jackcess.impl.BaseEvalContext
collectIdentifiers, createDateFormatter, createDecimalFormat, eval, get, getBindings, getLocale, getNumericConfig, getRandom, getResultType, getTemporalConfig, getThisColumnValue, getZoneId, put, toString, toValueType
-
-
-
-
Constructor Detail
-
RowEvalContext
public RowEvalContext(DatabaseImpl db)
-
-
Method Detail
-
getIdentifierValue
public Value getIdentifierValue(Identifier identifier)
- Specified by:
getIdentifierValuein interfaceEvalContext- Overrides:
getIdentifierValuein classBaseEvalContext- Returns:
- the value of the entity identified by the given identifier (for "calculated" and "row validator" expressions)
-
-