| 1627 | } |
| 1628 | |
| 1629 | ISC_STATUS ISC_EXPORT IscProvider::fb_cancel_operation(FbStatusVector* user_status, |
| 1630 | isc_db_handle* db_handle, |
| 1631 | USHORT option) |
| 1632 | { |
| 1633 | if (m_api.cancel_operation) |
| 1634 | return m_api.cancel_operation(IscStatus(user_status), db_handle, option); |
| 1635 | |
| 1636 | return notImplemented(user_status); |
| 1637 | } |
| 1638 | |
| 1639 | ISC_STATUS ISC_EXPORT IscProvider::fb_database_crypt_callback(FbStatusVector* user_status, |
| 1640 | void* cb) |
no test coverage detected