This method is used to read the value in the right format out of a Cursor. As only the implementing field knows the correct data type this responsibility is hence handed to it. @param c Cursor pointing at data. @param columnIndex Index of the field value in the cursor.
(Cursor c, String fieldName)
| 76 | * @param columnIndex Index of the field value in the cursor. |
| 77 | */ |
| 78 | public void set(Cursor c, String fieldName); |
| 79 | |
| 80 | /** |
| 81 | * Sets the value of this field. |