| 3157 | |
| 3158 | |
| 3159 | void BufferControl::exceptionHandler(const Firebird::Exception& ex, BcbThreadSync::ThreadRoutine*) |
| 3160 | { |
| 3161 | FbLocalStatus status_vector; |
| 3162 | ex.stuffException(&status_vector); |
| 3163 | iscDbLogStatus(bcb_database->dbb_filename.c_str(), &status_vector); |
| 3164 | } |
| 3165 | |
| 3166 | |
| 3167 | static void cacheBuffer(Attachment* att, BufferDesc* bdb) |
no test coverage detected