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

Function API_ROUTINE isc_open_blob2

src/yvalve/why.cpp:3125–3131  ·  view source on GitHub ↗

Open an existing blob (extended edition).

Source from the content-addressed store, hash-verified

3123
3124// Open an existing blob (extended edition).
3125ISC_STATUS API_ROUTINE isc_open_blob2(ISC_STATUS* userStatus, isc_db_handle* dbHandle,
3126 isc_tr_handle* traHandle, isc_blob_handle* blobHandle, ISC_QUAD* blobId,
3127 ISC_USHORT bpbLength, const UCHAR* bpb)
3128{
3129 return openOrCreateBlob(userStatus, dbHandle, traHandle, blobHandle, blobId,
3130 bpbLength, bpb, false);
3131}
3132
3133
3134// Prepare a transaction for commit. First phase of a two phase commit.

Callers

nothing calls this directly

Calls 1

openOrCreateBlobFunction · 0.85

Tested by

no test coverage detected