| 1395 | } |
| 1396 | |
| 1397 | ISC_STATUS ISC_EXPORT IscProvider::isc_open_blob2(FbStatusVector* user_status, |
| 1398 | isc_db_handle* db_handle, |
| 1399 | isc_tr_handle* tr_handle, |
| 1400 | isc_blob_handle* blob_handle, |
| 1401 | ISC_QUAD* blob_id, |
| 1402 | ISC_USHORT bpb_length, |
| 1403 | const ISC_UCHAR* bpb) |
| 1404 | { |
| 1405 | if (!m_api.open_blob2) |
| 1406 | return notImplemented(user_status); |
| 1407 | |
| 1408 | return (*m_api.open_blob2) (IscStatus(user_status), db_handle, tr_handle, |
| 1409 | blob_handle, blob_id, bpb_length, bpb); |
| 1410 | } |
| 1411 | |
| 1412 | ISC_STATUS ISC_EXPORT IscProvider::isc_prepare_transaction2(FbStatusVector* user_status, |
| 1413 | isc_tr_handle *, |