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

!13793 删除RDB接口changeLog中的version

Merge pull request !13793 from PaDaBoo/monthly_20221018
...@@ -77,8 +77,8 @@ function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number) ...@@ -77,8 +77,8 @@ function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number)
``` ```
从@ohos.data.rdb.d.ts 迁移至@ohos.data.relationalStore.d.ts: 从@ohos.data.rdb.d.ts 迁移至@ohos.data.relationalStore.d.ts:
``` ```
function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback<RdbStore>): void; function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void;
function getRdbStore(context: Context, config: StoreConfig, version: number): Promise<RdbStore>; function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
``` ```
**适配指导** **适配指导**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册