Interface VersionHistoryColumnInfo
-
- All Superinterfaces:
ComplexColumnInfo<Version>
- All Known Implementing Classes:
VersionHistoryColumnInfoImpl
public interface VersionHistoryColumnInfo extends ComplexColumnInfo<Version>
Complex column info for a column which tracking the version history of an "append only" memo column.Note, the strongly typed update/delete methods are not supported for version history columns (the data is supposed to be immutable). That said, the "raw" update/delete methods are supported for those that really want to muck with the version history data.
- Author:
- James Ahlborn
-
-
Method Summary
-
Methods inherited from interface com.healthmarketscience.jackcess.complex.ComplexColumnInfo
addRawValue, addValue, addValues, countValues, deleteAllValues, deleteAllValues, deleteRawValue, deleteValue, deleteValues, getRawValues, getRawValues, getType, getValues, updateRawValue, updateValue, updateValues
-
-