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

Method isc_create_blob2

src/jrd/extds/IscDS.cpp:1070–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070ISC_STATUS ISC_EXPORT IscProvider::isc_create_blob2(FbStatusVector* user_status,
1071 isc_db_handle* db_handle,
1072 isc_tr_handle* tr_handle,
1073 isc_blob_handle* blob_handle,
1074 ISC_QUAD* blob_id,
1075 short bpb_length,
1076 const char* bpb)
1077{
1078 if (!m_api.create_blob2)
1079 return notImplemented(user_status);
1080
1081 return (*m_api.create_blob2) (IscStatus(user_status), db_handle, tr_handle,
1082 blob_handle, blob_id, bpb_length, bpb);
1083}
1084
1085ISC_STATUS ISC_EXPORT IscProvider::isc_create_database(FbStatusVector* user_status,
1086 short,

Callers 1

createMethod · 0.80

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected