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

Method fb_cancel_operation

src/jrd/extds/IscDS.cpp:1629–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629ISC_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
1639ISC_STATUS ISC_EXPORT IscProvider::fb_database_crypt_callback(FbStatusVector* user_status,
1640 void* cb)

Callers 2

cancelExecutionMethod · 0.80
doRollbackMethod · 0.80

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected