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

Function API_ROUTINE isc_create_blob

src/yvalve/why.cpp:1950–1954  ·  view source on GitHub ↗

Open an existing blob.

Source from the content-addressed store, hash-verified

1948
1949// Open an existing blob.
1950ISC_STATUS API_ROUTINE isc_create_blob(ISC_STATUS* userStatus, isc_db_handle* dbHandle,
1951 isc_tr_handle* traHandle, isc_blob_handle* blobHandle, ISC_QUAD* blobId)
1952{
1953 return openOrCreateBlob(userStatus, dbHandle, traHandle, blobHandle, blobId, 0, NULL, true);
1954}
1955
1956
1957// Create a new blob.

Callers

nothing calls this directly

Calls 1

openOrCreateBlobFunction · 0.85

Tested by

no test coverage detected