|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_mysql_int.h>
Data Fields | |
| pdo_mysql_db_handle * | H |
| MYSQL_RES * | result |
| const MYSQL_FIELD * | fields |
| pdo_mysql_error_info | einfo |
| MYSQL_STMT * | stmt |
| int | num_params |
| PDO_MYSQL_PARAM_BIND * | params |
| my_bool * | in_null |
| zend_ulong * | in_length |
| PDO_MYSQL_PARAM_BIND * | bound_result |
| my_bool * | out_null |
| zend_ulong * | out_length |
| MYSQL_ROW | current_data |
| unsigned long * | current_lengths |
| unsigned | max_length:1 |
| unsigned | done:1 |
Definition at line 121 of file php_pdo_mysql_int.h.
| PDO_MYSQL_PARAM_BIND* pdo_mysql_stmt::bound_result |
Definition at line 136 of file php_pdo_mysql_int.h.
| MYSQL_ROW pdo_mysql_stmt::current_data |
Definition at line 139 of file php_pdo_mysql_int.h.
| unsigned long* pdo_mysql_stmt::current_lengths |
Definition at line 140 of file php_pdo_mysql_int.h.
| unsigned pdo_mysql_stmt::done |
Definition at line 147 of file php_pdo_mysql_int.h.
| pdo_mysql_error_info pdo_mysql_stmt::einfo |
Definition at line 125 of file php_pdo_mysql_int.h.
| const MYSQL_FIELD* pdo_mysql_stmt::fields |
Definition at line 124 of file php_pdo_mysql_int.h.
| pdo_mysql_db_handle* pdo_mysql_stmt::H |
Definition at line 122 of file php_pdo_mysql_int.h.
| zend_ulong* pdo_mysql_stmt::in_length |
Definition at line 135 of file php_pdo_mysql_int.h.
| my_bool* pdo_mysql_stmt::in_null |
Definition at line 134 of file php_pdo_mysql_int.h.
| unsigned pdo_mysql_stmt::max_length |
Definition at line 144 of file php_pdo_mysql_int.h.
| int pdo_mysql_stmt::num_params |
Definition at line 131 of file php_pdo_mysql_int.h.
| zend_ulong* pdo_mysql_stmt::out_length |
Definition at line 138 of file php_pdo_mysql_int.h.
| my_bool* pdo_mysql_stmt::out_null |
Definition at line 137 of file php_pdo_mysql_int.h.
| PDO_MYSQL_PARAM_BIND* pdo_mysql_stmt::params |
Definition at line 132 of file php_pdo_mysql_int.h.
| MYSQL_RES* pdo_mysql_stmt::result |
Definition at line 123 of file php_pdo_mysql_int.h.
| MYSQL_STMT* pdo_mysql_stmt::stmt |
Definition at line 129 of file php_pdo_mysql_int.h.