| 160 | } |
| 161 | |
| 162 | static inline void set_sqlcode(const act* action, const int column) |
| 163 | { |
| 164 | if (action->act_flags & ACT_sql) |
| 165 | printa(column, "SQLCODE = isc_sqlcode(%s->getErrors());", global_status_name); |
| 166 | } |
| 167 | |
| 168 | static inline void ObjectNotImplemented() |
| 169 | { |
no test coverage detected