| 230 | |
| 231 | |
| 232 | class Gds : public StatusVector |
| 233 | { |
| 234 | public: |
| 235 | explicit Gds(ISC_STATUS s) throw(); |
| 236 | }; |
| 237 | |
| 238 | // To simplify calls to DYN messages from DSQL, only for private DYN messages |
| 239 | // that do not have presence in system_errors2.sql, when you have to call ENCODE_ISC_MSG. |
no outgoing calls
no test coverage detected