|
Zhamao Framework
3.0.0-beta1
A high-performance chatbot + web framework
|
Public 成员函数 | |
| __construct (public ?Result $stmt) | |
| getIterator () | |
| columnCount () | |
| fetchNumeric () | |
| fetchAssociative () | |
| fetchOne () | |
| fetchAllNumeric () | |
| fetchAllAssociative () | |
| fetchAllKeyValue () | |
| fetchAllAssociativeIndexed () | |
| fetchFirstColumn () | |
| iterateNumeric () | |
| iterateAssociative () | |
| iterateKeyValue () | |
| iterateAssociativeIndexed () | |
| iterateColumn () | |
| rowCount () | |
| free () | |
| __construct | ( | public ?Result | $stmt | ) |
| columnCount | ( | ) |
获取列数 wrapper method
| fetchAllAssociative | ( | ) |
wrapper method
| DBException |
| fetchAllAssociativeIndexed | ( | ) |
wrapper method
| DBException |
| fetchAllKeyValue | ( | ) |
wrapper method
| DBException |
| fetchAllNumeric | ( | ) |
wrapper method
| DBException |
| fetchAssociative | ( | ) |
| fetchFirstColumn | ( | ) |
wrapper method
| DBException |
| fetchNumeric | ( | ) |
| fetchOne | ( | ) |
| free | ( | ) |
wrapper method
| getIterator | ( | ) |
获取结果的迭代器 wrapper method
| iterateAssociative | ( | ) |
wrapper method
| DBException |
| iterateAssociativeIndexed | ( | ) |
wrapper method
| DBException |
| iterateColumn | ( | ) |
wrapper method
| DBException |
| iterateKeyValue | ( | ) |
wrapper method
| DBException |
| iterateNumeric | ( | ) |
wrapper method
| DBException |
| rowCount | ( | ) |