MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / API_ROUTINE isc_open_blob

Function API_ROUTINE isc_open_blob

src/yvalve/why.cpp:3117–3121  ·  view source on GitHub ↗

Open an existing blob.

Source from the content-addressed store, hash-verified

3115
3116// Open an existing blob.
3117ISC_STATUS API_ROUTINE isc_open_blob(ISC_STATUS* userStatus, isc_db_handle* dbHandle,
3118 isc_tr_handle* traHandle, isc_blob_handle* blobHandle, ISC_QUAD* blobId)
3119{
3120 return openOrCreateBlob(userStatus, dbHandle, traHandle, blobHandle, blobId, 0, 0, false);
3121}
3122
3123
3124// Open an existing blob (extended edition).

Callers

nothing calls this directly

Calls 1

openOrCreateBlobFunction · 0.85

Tested by

no test coverage detected