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

Method isc_create_blob

src/jrd/extds/IscDS.cpp:1057–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055}
1056
1057ISC_STATUS ISC_EXPORT IscProvider::isc_create_blob(FbStatusVector* user_status,
1058 isc_db_handle* db_handle,
1059 isc_tr_handle* tr_handle,
1060 isc_blob_handle* blob_handle,
1061 ISC_QUAD* blob_id)
1062{
1063 if (!m_api.create_blob)
1064 return notImplemented(user_status);
1065
1066 return (*m_api.create_blob) (IscStatus(user_status), db_handle, tr_handle,
1067 blob_handle, blob_id);
1068}
1069
1070ISC_STATUS ISC_EXPORT IscProvider::isc_create_blob2(FbStatusVector* user_status,
1071 isc_db_handle* db_handle,

Callers

nothing calls this directly

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected