Class RowValidatorEvalContext
- java.lang.Object
-
- com.healthmarketscience.jackcess.impl.BaseEvalContext
-
- com.healthmarketscience.jackcess.impl.RowEvalContext
-
- com.healthmarketscience.jackcess.impl.RowValidatorEvalContext
-
- All Implemented Interfaces:
EvalContext,LocaleContext
public class RowValidatorEvalContext extends RowEvalContext
- Author:
- James Ahlborn
-
-
Constructor Summary
Constructors Constructor Description RowValidatorEvalContext(TableImpl table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(Object[] row)-
Methods inherited from class com.healthmarketscience.jackcess.impl.RowEvalContext
getIdentifierValue
-
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
-
RowValidatorEvalContext
public RowValidatorEvalContext(TableImpl table)
-
-
Method Detail
-
validate
public void validate(Object[] row) throws IOException
- Throws:
IOException
-
-