| 202 | } |
| 203 | |
| 204 | FB_BOOLEAN isNullable(CheckStatusWrapper* status, unsigned index) |
| 205 | { |
| 206 | if (index < items.getCount()) |
| 207 | return items[index].nullable; |
| 208 | |
| 209 | raiseIndexError(status, index, "isNullable"); |
| 210 | return false; |
| 211 | } |
| 212 | |
| 213 | int getSubType(CheckStatusWrapper* status, unsigned index) |
| 214 | { |