php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_mysql_db_handle Struct Reference

#include <php_pdo_mysql_int.h>

Data Fields

MYSQLserver
 
unsigned assume_national_character_set_strings:1
 
unsigned attached:1
 
unsigned buffered:1
 
unsigned emulate_prepare:1
 
unsigned fetch_table_names:1
 
unsigned local_infile:1
 
zend_ulong max_buffer_size
 
pdo_mysql_error_info einfo
 

Detailed Description

Definition at line 101 of file php_pdo_mysql_int.h.

Field Documentation

◆ assume_national_character_set_strings

unsigned pdo_mysql_db_handle::assume_national_character_set_strings

Definition at line 104 of file php_pdo_mysql_int.h.

◆ attached

unsigned pdo_mysql_db_handle::attached

Definition at line 105 of file php_pdo_mysql_int.h.

◆ buffered

unsigned pdo_mysql_db_handle::buffered

Definition at line 106 of file php_pdo_mysql_int.h.

◆ einfo

pdo_mysql_error_info pdo_mysql_db_handle::einfo

Definition at line 114 of file php_pdo_mysql_int.h.

◆ emulate_prepare

unsigned pdo_mysql_db_handle::emulate_prepare

Definition at line 107 of file php_pdo_mysql_int.h.

◆ fetch_table_names

unsigned pdo_mysql_db_handle::fetch_table_names

Definition at line 108 of file php_pdo_mysql_int.h.

◆ local_infile

unsigned pdo_mysql_db_handle::local_infile

Definition at line 109 of file php_pdo_mysql_int.h.

◆ max_buffer_size

zend_ulong pdo_mysql_db_handle::max_buffer_size

Definition at line 111 of file php_pdo_mysql_int.h.

◆ server

MYSQL* pdo_mysql_db_handle::server

Definition at line 102 of file php_pdo_mysql_int.h.


The documentation for this struct was generated from the following file: