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

Method isc_detach_database

src/jrd/extds/IscDS.cpp:1134–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1132}
1133
1134ISC_STATUS ISC_EXPORT IscProvider::isc_detach_database(FbStatusVector* user_status,
1135 isc_db_handle* public_handle)
1136{
1137 if (!m_api.detach_database)
1138 return notImplemented(user_status);
1139
1140 return (*m_api.detach_database) (IscStatus(user_status), public_handle);
1141}
1142
1143ISC_STATUS ISC_EXPORT IscProvider::isc_drop_database(FbStatusVector* user_status,
1144 isc_db_handle *)

Callers 1

doDetachMethod · 0.80

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected