invalidate_value
Description:
public void invalidate_value (
Value value)
Marks value as being invalid.
This method is mainly used by database providers' implementations to report any error while reading a value from the database.
Parameters:
| this |
a Row
|
| value |
a Value belonging to this (obtained with
get_value).
|