| 133 | } |
| 134 | |
| 135 | unsigned getType(ThrowStatusWrapper* /*status*/, unsigned /*index*/) |
| 136 | { |
| 137 | return SQL_VARYING; |
| 138 | } |
| 139 | |
| 140 | FB_BOOLEAN isNullable(ThrowStatusWrapper* /*status*/, unsigned /*index*/) |
| 141 | { |
no outgoing calls
no test coverage detected