✨ feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## `sqlCommnit(db_alias)`
|
||||
|
||||
声明:function
|
||||
|
||||
提交事务。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -12,12 +14,16 @@
|
||||
|
||||
## `sqlErrorMsg()`
|
||||
|
||||
声明:function
|
||||
|
||||
返回最近出错的SQL语法执行的数据库出错信息。
|
||||
|
||||
返回:string
|
||||
|
||||
## `sqlCloseConn(db_alias)`
|
||||
|
||||
声明:function
|
||||
|
||||
主动关闭指定别名的数据库链接或者关闭所有数据库链接。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user