From f98b5cde1a747792200c841b0c023afd7bbeea21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Tue, 20 Jun 2023 12:19:42 +0000 Subject: [PATCH] update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/native-apis/Readme-CN.md | 4 ++-- zh-cn/application-dev/reference/native-apis/_r_d_b.md | 4 ++-- zh-cn/application-dev/website.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/native-apis/Readme-CN.md b/zh-cn/application-dev/reference/native-apis/Readme-CN.md index 5c35203073..a37c9588c3 100644 --- a/zh-cn/application-dev/reference/native-apis/Readme-CN.md +++ b/zh-cn/application-dev/reference/native-apis/Readme-CN.md @@ -80,8 +80,8 @@ - [oh_predicates.h](oh__predicates_8h.md) - [oh_value_object.h](oh__value__object_8h.md) - [oh_values_bucket.h](oh__values__bucket_8h.md) - - [relation_error_code.h](relation__error__code_8h.md) - - [relation_store.h](relation__store_8h.md) + - [relational_error_code.h](relation__error__code_8h.md) + - [relational_store.h](relation__store_8h.md) - [syscap_ndk.h](syscap__ndk_8h.md) - [purgeable_memory.h](purgeable__memory_8h.md) - [usb_ddk_api.h](usb__ddk__api_8h.md) diff --git a/zh-cn/application-dev/reference/native-apis/_r_d_b.md b/zh-cn/application-dev/reference/native-apis/_r_d_b.md index 0acb486230..28faa1f959 100644 --- a/zh-cn/application-dev/reference/native-apis/_r_d_b.md +++ b/zh-cn/application-dev/reference/native-apis/_r_d_b.md @@ -23,8 +23,8 @@ | [oh_predicates.h](oh__predicates_8h.md) | 表示关系型数据库(RDB)的谓词。
引用文件:\ | | [oh_value_object.h](oh__value__object_8h.md) | 提供类型转换方法。
引用文件:\ | | [oh_values_bucket.h](oh__values__bucket_8h.md) | 用于存储键值对的类型。
引用文件:\ | -| [relation_error_code.h](relation__error__code_8h.md) | 声明关系型数据库(RDB)的错误码信息。
引用文件:\ | -| [relation_store.h](relation__store_8h.md) | 提供管理关系数据库(RDB)方法的接口。
引用文件:\ | +| [relation_error_code.h](relation__error__code_8h.md) | 声明关系型数据库(RDB)的错误码信息。
引用文件:\ | +| [relation_store.h](relation__store_8h.md) | 提供管理关系数据库(RDB)方法的接口。
引用文件:\ | ### 结构体 diff --git a/zh-cn/application-dev/website.md b/zh-cn/application-dev/website.md index 9dc0cc34cc..f0ac61200e 100644 --- a/zh-cn/application-dev/website.md +++ b/zh-cn/application-dev/website.md @@ -1721,8 +1721,8 @@ - [oh_predicates.h](reference/native-apis/oh__predicates_8h.md) - [oh_value_object.h](reference/native-apis/oh__value__object_8h.md) - [oh_values_bucket.h](reference/native-apis/oh__values__bucket_8h.md) - - [relation_error_code.h](reference/native-apis/relation__error__code_8h.md) - - [relation_store.h](reference/native-apis/relation__store_8h.md) + - [relational_error_code.h](reference/native-apis/relation__error__code_8h.md) + - [relational_store.h](reference/native-apis/relation__store_8h.md) - [syscap_ndk.h](reference/native-apis/syscap__ndk_8h.md) - [purgeable_memory.h](reference/native-apis/purgeable__memory_8h.md) - [usb_ddk_api.h](reference/native-apis/usb__ddk__api_8h.md) -- GitLab