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

Function API_ROUTINE BLOB_dump

src/yvalve/utl.cpp:2564–2580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2562
2563
2564int API_ROUTINE BLOB_dump(ISC_QUAD* blob_id,
2565 FB_API_HANDLE database,
2566 FB_API_HANDLE transaction,
2567 const SCHAR* file_name)
2568{
2569/**************************************
2570 *
2571 * B L O B _ d u m p
2572 *
2573 **************************************
2574 *
2575 * Functional description
2576 * Dump a blob into a file.
2577 *
2578 **************************************/
2579 return any_text_dump(blob_id, database, transaction, file_name, FB_FALSE);
2580}
2581
2582
2583int API_ROUTINE blob__edit(SLONG blob_id[2],

Callers

nothing calls this directly

Calls 1

any_text_dumpFunction · 0.85

Tested by

no test coverage detected