From 0319293b035510505bac9c6ab112f5a5479b5b6e Mon Sep 17 00:00:00 2001 From: LiRui Date: Thu, 6 Apr 2023 15:28:18 +0800 Subject: [PATCH] =?UTF-8?q?relationalStore=E5=91=BD=E5=90=8D=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LiRui --- .../reference/apis/js-apis-data-relationalStore.md | 2 +- .../reference/apis/js-apis-data-relationalStore.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-data-relationalStore.md b/en/application-dev/reference/apis/js-apis-data-relationalStore.md index 56d3c8c76f..5694b698b4 100644 --- a/en/application-dev/reference/apis/js-apis-data-relationalStore.md +++ b/en/application-dev/reference/apis/js-apis-data-relationalStore.md @@ -6,7 +6,7 @@ The **relationalStore** module provides the following functions: - [RdbPredicates](#rdbpredicates): provides predicates indicating the nature, feature, or relationship of a data entity in an RDB store. It is used to define the operation conditions for an RDB store. - [RdbStore](#rdbstore): provides APIs for managing data in an RDB store. -- [Resultset](#resultset): provides APIs for accessing the result set obtained from the RDB store. +- [ResultSet](#resultset): provides APIs for accessing the result set obtained from the RDB store. > **NOTE** > diff --git a/zh-cn/application-dev/reference/apis/js-apis-data-relationalStore.md b/zh-cn/application-dev/reference/apis/js-apis-data-relationalStore.md index 5271bda7af..862fd4e655 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-data-relationalStore.md +++ b/zh-cn/application-dev/reference/apis/js-apis-data-relationalStore.md @@ -6,7 +6,7 @@ - [RdbPredicates](#rdbpredicates): 数据库中用来代表数据实体的性质、特征或者数据实体之间关系的词项,主要用来定义数据库的操作条件。 - [RdbStore](#rdbstore):提供管理关系数据库(RDB)方法的接口。 -- [Resultset](#resultset):提供用户调用关系型数据库查询接口之后返回的结果集合。 +- [ResultSet](#resultset):提供用户调用关系型数据库查询接口之后返回的结果集合。 > **说明:** > -- GitLab