| 1068 | } |
| 1069 | |
| 1070 | ISC_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 | |
| 1085 | ISC_STATUS ISC_EXPORT IscProvider::isc_create_database(FbStatusVector* user_status, |
| 1086 | short, |