未验证 提交 d5e1273e 编写于 作者: O openharmony_ci 提交者: Gitee

!16919 relationalStore命名修改

Merge pull request !16919 from 李芮/VOD_24643
...@@ -6,7 +6,7 @@ The **relationalStore** module provides the following functions: ...@@ -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. - [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. - [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** > **NOTE**
> >
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
- [RdbPredicates](#rdbpredicates): 数据库中用来代表数据实体的性质、特征或者数据实体之间关系的词项,主要用来定义数据库的操作条件。 - [RdbPredicates](#rdbpredicates): 数据库中用来代表数据实体的性质、特征或者数据实体之间关系的词项,主要用来定义数据库的操作条件。
- [RdbStore](#rdbstore):提供管理关系数据库(RDB)方法的接口。 - [RdbStore](#rdbstore):提供管理关系数据库(RDB)方法的接口。
- [Resultset](#resultset):提供用户调用关系型数据库查询接口之后返回的结果集合。 - [ResultSet](#resultset):提供用户调用关系型数据库查询接口之后返回的结果集合。
> **说明:** > **说明:**
> >
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册