| 193 | } |
| 194 | |
| 195 | unsigned getType(CheckStatusWrapper* status, unsigned index) |
| 196 | { |
| 197 | if (index < items.getCount()) |
| 198 | return items[index].type; |
| 199 | |
| 200 | raiseIndexError(status, index, "getType"); |
| 201 | return 0; |
| 202 | } |
| 203 | |
| 204 | FB_BOOLEAN isNullable(CheckStatusWrapper* status, unsigned index) |
| 205 | { |