mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-19 05:34:53 +08:00
1.6 KiB
1.6 KiB
ZM\DB\SelectBody
get
public function get(): mixed
描述
作者很懒,什么也没有说
返回
| 类型 | 描述 |
|---|---|
| mixed |
count
public function count(): int
描述
作者很懒,什么也没有说
返回
| 类型 | 描述 |
|---|---|
| int |
fetchAll
public function fetchAll(int $fetch_mode): mixed
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| fetch_mode | int |
返回
| 类型 | 描述 |
|---|---|
| mixed |
fetchFirst
public function fetchFirst(): null|mixed
描述
作者很懒,什么也没有说
返回
| 类型 | 描述 |
|---|---|
| null | mixed |
value
public function value(null $key): null|mixed
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| key | null |
返回
| 类型 | 描述 |
|---|---|
| null | mixed |
execute
public function execute(int $fetch_mode): mixed
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| fetch_mode | int |
返回
| 类型 | 描述 |
|---|---|
| mixed |
getSelectThing
public function getSelectThing(): mixed
描述
作者很懒,什么也没有说
返回
| 类型 | 描述 |
|---|---|
| mixed |