| 99 | } |
| 100 | |
| 101 | void WriterImplementation::setType(Firebird::CheckStatusWrapper* st, const char* value) |
| 102 | { |
| 103 | try |
| 104 | { |
| 105 | if (value) |
| 106 | type = value; |
| 107 | } |
| 108 | catch (const Firebird::Exception& ex) |
| 109 | { |
| 110 | ex.stuffException(st); |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | void WriterImplementation::setDb(Firebird::CheckStatusWrapper* st, const char* value) |
| 115 | { |
no test coverage detected