提交 4a28853f 编写于 作者: P PaDaBoo

delete version from relationStore nameSpace API getRdbStore

Signed-off-by: NPaDaBoo <xuejianwu@huawei.com>
上级 3c801ea5
......@@ -77,8 +77,8 @@ function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number)
```
从@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, version: number): Promise<RdbStore>;
function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void;
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.
先完成此消息的编辑!
想要评论请 注册