|
Zhamao Framework
3.0.0-beta1
A high-performance chatbot + web framework
|
Public 成员函数 | |
| __construct (private \PDOStatement $statement) | |
| closeCursor () | |
| columnCount () | |
| setFetchMode ($fetchMode, $arg2=null, $arg3=[]) | |
| fetch ($fetchMode=\PDO::FETCH_ASSOC, $cursorOrientation=\PDO::FETCH_ORI_NEXT, $cursorOffset=0) | |
| fetchAll ($fetchMode=\PDO::FETCH_ASSOC, $fetchArgument=null, $ctorArgs=null) | |
| fetchColumn ($columnIndex=0) | |
| bindValue ($param, $value, $type=ParameterType::STRING) | |
| bindParam ($param, &$variable, $type=ParameterType::STRING, $length=null) | |
| errorCode () | |
| errorInfo () | |
| execute ($params=null) | |
| rowCount () | |
| getIterator () | |
| current () | |
| __construct | ( | private \PDOStatement | $statement | ) |
| bindParam | ( | $param, | |
| & | $variable, | ||
$type = ParameterType::STRING, |
|||
$length = null |
|||
| ) |
| bindValue | ( | $param, | |
| $value, | |||
$type = ParameterType::STRING |
|||
| ) |
| closeCursor | ( | ) |
| columnCount | ( | ) |
| current | ( | ) |
| errorCode | ( | ) |
| errorInfo | ( | ) |
| execute | ( | $params = null | ) |
| fetch | ( | $fetchMode = \PDO::FETCH_ASSOC, |
|
$cursorOrientation = \PDO::FETCH_ORI_NEXT, |
|||
$cursorOffset = 0 |
|||
| ) |
| fetchAll | ( | $fetchMode = \PDO::FETCH_ASSOC, |
|
$fetchArgument = null, |
|||
$ctorArgs = null |
|||
| ) |
| fetchColumn | ( | $columnIndex = 0 | ) |
| getIterator | ( | ) |
| rowCount | ( | ) |
| setFetchMode | ( | $fetchMode, | |
$arg2 = null, |
|||
$arg3 = [] |
|||
| ) |