Re-generate API docs

This commit is contained in:
crazywhalecc
2022-04-01 18:48:48 +08:00
committed by sunxyw
parent ae0cf5e3d7
commit 9fa1079248
39 changed files with 488 additions and 220 deletions

View File

@@ -15,6 +15,7 @@ public function initTableList(mixed $db_name): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| db_name | mixed | |
### 返回
| 类型 | 描述 |
@@ -37,6 +38,7 @@ public function table(mixed $table_name): ZM\DB\Table
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| table_name | mixed | |
### 返回
| 类型 | 描述 |
@@ -59,6 +61,7 @@ public function statement(mixed $line): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| line | mixed | |
### 返回
| 类型 | 描述 |
@@ -81,6 +84,7 @@ public function unprepared(mixed $line): bool
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| line | mixed | |
### 返回
| 类型 | 描述 |

View File

@@ -15,6 +15,7 @@ DeleteBody constructor.
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| table | ZM\DB\Table | |
### 返回
| 类型 | 描述 |

View File

@@ -16,6 +16,7 @@ InsertBody constructor.
| -------- | ---- | ----------- |
| row | mixed | |
| table | ZM\DB\Table | |
### 返回
| 类型 | 描述 |

View File

@@ -49,6 +49,7 @@ public function fetchAll(int $fetch_mode): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| fetch_mode | int | |
### 返回
| 类型 | 描述 |
@@ -88,6 +89,7 @@ public function value(null $key): null|mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| key | null | |
### 返回
| 类型 | 描述 |
@@ -110,6 +112,7 @@ public function execute(int $fetch_mode): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| fetch_mode | int | |
### 返回
| 类型 | 描述 |

View File

@@ -16,6 +16,7 @@ UpdateBody constructor.
| -------- | ---- | ----------- |
| table | ZM\DB\Table | |
| set_value | array | |
### 返回
| 类型 | 描述 |