|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_odbc_int.h>
Data Fields | |
| SQLLEN | len |
| SQLSMALLINT | paramtype |
| char * | outbuf |
| unsigned | is_unicode:1 |
| unsigned | _spare:31 |
Definition at line 154 of file php_pdo_odbc_int.h.
| unsigned pdo_odbc_param::_spare |
Definition at line 159 of file php_pdo_odbc_int.h.
| unsigned pdo_odbc_param::is_unicode |
Definition at line 158 of file php_pdo_odbc_int.h.
| SQLLEN pdo_odbc_param::len |
Definition at line 155 of file php_pdo_odbc_int.h.
| char* pdo_odbc_param::outbuf |
Definition at line 157 of file php_pdo_odbc_int.h.
| SQLSMALLINT pdo_odbc_param::paramtype |
Definition at line 156 of file php_pdo_odbc_int.h.