| 157 | } |
| 158 | |
| 159 | const char* getField(CheckStatusWrapper* status, unsigned index) |
| 160 | { |
| 161 | if (index < items.getCount()) |
| 162 | return items[index].field.c_str(); |
| 163 | |
| 164 | raiseIndexError(status, index, "getField"); |
| 165 | return NULL; |
| 166 | } |
| 167 | |
| 168 | const char* getRelation(CheckStatusWrapper* status, unsigned index) |
| 169 | { |