From c712b6ed0b60ed5575444c524a055787001d1626 Mon Sep 17 00:00:00 2001 From: ZhaoJinghui Date: Fri, 13 Jun 2025 17:08:58 +0800 Subject: [PATCH] diff sync Signed-off-by: ZhaoJinghui Change-Id: I03cc4a9a63d8f5c369c1c29e50716746789db29c --- api/@ohos.data.relationalStore.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/@ohos.data.relationalStore.d.ts b/api/@ohos.data.relationalStore.d.ts index 0d541a25e5..d229f5bef6 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. -- Gitee