From e3c9e41d9035f5fc827bde338567bc3fa8feb64c Mon Sep 17 00:00:00 2001 From: guochao Date: Fri, 5 Sep 2025 17:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A41.2=E6=9C=AA=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E6=8E=A5=E5=8F=A3getRows=20Signed-off-by:=20guochao?= =?UTF-8?q?=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.data.relationalStore.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/@ohos.data.relationalStore.d.ts b/api/@ohos.data.relationalStore.d.ts index 0a1974ec23..1fe2ceb7d4 100644 --- a/api/@ohos.data.relationalStore.d.ts +++ b/api/@ohos.data.relationalStore.d.ts @@ -4358,8 +4358,7 @@ declare namespace relationalStore { * @throws { BusinessError } 14800033 - SQLite: Data type mismatch. * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core * @crossplatform - * @since arkts {'1.1':'18', '1.2':'20'} - * @arkts 1.1&1.2 + * @since 18 */ getRows(maxCount: int, position?: int): Promise>; -- Gitee