| 336 | } |
| 337 | |
| 338 | void InternalTransaction::doPrepare(FbStatusVector* /*status*/, thread_db* /*tdbb*/, |
| 339 | int /*info_len*/, const char* /*info*/) |
| 340 | { |
| 341 | fb_assert(m_transaction); |
| 342 | fb_assert(false); |
| 343 | } |
| 344 | |
| 345 | void InternalTransaction::doCommit(FbStatusVector* status, thread_db* tdbb, bool retain) |
| 346 | { |
nothing calls this directly
no test coverage detected