| 2562 | |
| 2563 | |
| 2564 | int 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 | |
| 2583 | int API_ROUTINE blob__edit(SLONG blob_id[2], |
nothing calls this directly
no test coverage detected