diff --git a/api/@ohos.data.relationalStore.d.ts b/api/@ohos.data.relationalStore.d.ts index 0d541a25e5194636107062610e8dd4cbf6d3afc2..d229f5bef63efd2769aafff83b67d9b066b44210 100644 --- a/api/@ohos.data.relationalStore.d.ts +++ b/api/@ohos.data.relationalStore.d.ts @@ -8201,14 +8201,13 @@ declare namespace relationalStore { * If valid cryptoParam passed, the cryptoParam is used to rekey. * If cryptoParam is null or not passed, the default cryptoParam is used. * @returns { Promise } - Promise that returns no value. - * @throws { BusinessError } 801 - Capability not supported the sql(attach,begin,commit,rollback etc.). + * @throws { BusinessError } 801 - Capability not supported. * @throws { BusinessError } 14800001 - Invalid arguments. Possible causes: 1. Empty conditions; - *
2. Missing GROUP BY clause. + *
2. Missing GROUP BY clause. * @throws { BusinessError } 14800011 - Failed to open the database because it is corrupted. * @throws { BusinessError } 14800014 - The RdbStore or ResultSet is already closed. * @throws { BusinessError } 14800015 - The database does not respond. * @throws { BusinessError } 14800021 - SQLite: Generic error. - * Possible causes: Insert failed or the updated data does not exist. * @throws { BusinessError } 14800023 - SQLite: Access permission denied. * @throws { BusinessError } 14800024 - SQLite: The database file is locked. * @throws { BusinessError } 14800026 - SQLite: The database is out of memory.