| 1132 | } |
| 1133 | |
| 1134 | ISC_STATUS ISC_EXPORT IscProvider::isc_detach_database(FbStatusVector* user_status, |
| 1135 | isc_db_handle* public_handle) |
| 1136 | { |
| 1137 | if (!m_api.detach_database) |
| 1138 | return notImplemented(user_status); |
| 1139 | |
| 1140 | return (*m_api.detach_database) (IscStatus(user_status), public_handle); |
| 1141 | } |
| 1142 | |
| 1143 | ISC_STATUS ISC_EXPORT IscProvider::isc_drop_database(FbStatusVector* user_status, |
| 1144 | isc_db_handle *) |