| 386 | } |
| 387 | |
| 388 | void IscTransaction::doPrepare(FbStatusVector* /*status*/, thread_db* /*tdbb*/, int /*info_len*/, const char* /*info*/) |
| 389 | { |
| 390 | } |
| 391 | |
| 392 | void IscTransaction::doCommit(FbStatusVector* status, thread_db* tdbb, bool retain) |
| 393 | { |
nothing calls this directly
no test coverage detected