| 158 | } |
| 159 | |
| 160 | static inline void set_sqlcode(const act* action, const int column) |
| 161 | { |
| 162 | if (action->act_flags & ACT_sql) |
| 163 | printa(column, "SQLCODE := firebird.sqlcode(isc_status);"); |
| 164 | } |
| 165 | |
| 166 | //____________________________________________________________ |
| 167 | // |
no test coverage detected