97
97
* only inside of val_*() and store() members (e.g. you can't use it in cons)
100
106
Table *orig_table; /**< Pointer to the original Table. @TODO What is "the original table"? */
101
107
const char **table_name; /**< Pointer to the name of the table. @TODO This is redundant with Table::table_name. */
102
108
const char *field_name; /**< Name of the field */