提交 f3d1a437 编写于 作者: M marui

Modify Api Data

Signed-off-by: Nmarui <marui83@huawei.com>
上级 99d949ef
...@@ -2487,9 +2487,9 @@ promise.then((resultSet) => { ...@@ -2487,9 +2487,9 @@ promise.then((resultSet) => {
}) })
``` ```
### querySql ### querySql<sup>10+</sup>
querySql(sql: string, callback: AsyncCallback<ResultSet>): void; querySql(sql: string, callback: AsyncCallback<ResultSet>):void
根据指定SQL语句查询数据库中的数据,使用callback异步回调。 根据指定SQL语句查询数据库中的数据,使用callback异步回调。
...@@ -2628,9 +2628,9 @@ promise.then((resultSet) => { ...@@ -2628,9 +2628,9 @@ promise.then((resultSet) => {
}) })
``` ```
### executeSql ### executeSql<sup>10+</sup>
executeSql(sql: string, callback: AsyncCallback<void>): void; executeSql(sql: string, callback: AsyncCallback<void>):void
执行包含指定参数但不返回值的SQL语句,使用callback异步回调。 执行包含指定参数但不返回值的SQL语句,使用callback异步回调。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册