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

Method isc_open_blob2

src/jrd/extds/IscDS.cpp:1397–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1395}
1396
1397ISC_STATUS ISC_EXPORT IscProvider::isc_open_blob2(FbStatusVector* user_status,
1398 isc_db_handle* db_handle,
1399 isc_tr_handle* tr_handle,
1400 isc_blob_handle* blob_handle,
1401 ISC_QUAD* blob_id,
1402 ISC_USHORT bpb_length,
1403 const ISC_UCHAR* bpb)
1404{
1405 if (!m_api.open_blob2)
1406 return notImplemented(user_status);
1407
1408 return (*m_api.open_blob2) (IscStatus(user_status), db_handle, tr_handle,
1409 blob_handle, blob_id, bpb_length, bpb);
1410}
1411
1412ISC_STATUS ISC_EXPORT IscProvider::isc_prepare_transaction2(FbStatusVector* user_status,
1413 isc_tr_handle *,

Callers 1

openMethod · 0.80

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected