提交 76cc98b2 编写于 作者: M marui

Modify Api Data 4.0

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