提交 0319293b 编写于 作者: L LiRui

relationalStore命名规范修改

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