| 1637 | } |
| 1638 | |
| 1639 | ISC_STATUS ISC_EXPORT IscProvider::fb_database_crypt_callback(FbStatusVector* user_status, |
| 1640 | void* cb) |
| 1641 | { |
| 1642 | if (m_api.database_crypt_callback) |
| 1643 | return m_api.database_crypt_callback(IscStatus(user_status), cb); |
| 1644 | |
| 1645 | return notImplemented(user_status); |
| 1646 | } |
| 1647 | |
| 1648 | ISC_STATUS ISC_EXPORT IscProvider::fb_dsql_set_timeout(FbStatusVector* user_status, |
| 1649 | isc_stmt_handle* stmt_handle, |