MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / fb_database_crypt_callback

Method fb_database_crypt_callback

src/jrd/extds/IscDS.cpp:1639–1646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637}
1638
1639ISC_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
1648ISC_STATUS ISC_EXPORT IscProvider::fb_dsql_set_timeout(FbStatusVector* user_status,
1649 isc_stmt_handle* stmt_handle,

Callers 1

attachMethod · 0.80

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected