提交 b51b76c6 编写于 作者: M marui

Modify Api Data 3.0

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