| 1055 | } |
| 1056 | |
| 1057 | ISC_STATUS ISC_EXPORT IscProvider::isc_create_blob(FbStatusVector* user_status, |
| 1058 | isc_db_handle* db_handle, |
| 1059 | isc_tr_handle* tr_handle, |
| 1060 | isc_blob_handle* blob_handle, |
| 1061 | ISC_QUAD* blob_id) |
| 1062 | { |
| 1063 | if (!m_api.create_blob) |
| 1064 | return notImplemented(user_status); |
| 1065 | |
| 1066 | return (*m_api.create_blob) (IscStatus(user_status), db_handle, tr_handle, |
| 1067 | blob_handle, blob_id); |
| 1068 | } |
| 1069 | |
| 1070 | ISC_STATUS ISC_EXPORT IscProvider::isc_create_blob2(FbStatusVector* user_status, |
| 1071 | isc_db_handle* db_handle, |