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

#include <php_pdo_mysql_int.h>

Data Fields

pdo_mysql_db_handleH
 
MYSQL_RESresult
 
const MYSQL_FIELDfields
 
pdo_mysql_error_info einfo
 
MYSQL_STMTstmt
 
int num_params
 
PDO_MYSQL_PARAM_BINDparams
 
my_boolin_null
 
zend_ulongin_length
 
PDO_MYSQL_PARAM_BINDbound_result
 
my_boolout_null
 
zend_ulongout_length
 
MYSQL_ROW current_data
 
unsigned long * current_lengths
 
unsigned max_length:1
 
unsigned done:1
 

Detailed Description

Definition at line 121 of file php_pdo_mysql_int.h.

Field Documentation

◆ bound_result

PDO_MYSQL_PARAM_BIND* pdo_mysql_stmt::bound_result

Definition at line 136 of file php_pdo_mysql_int.h.

◆ current_data

MYSQL_ROW pdo_mysql_stmt::current_data

Definition at line 139 of file php_pdo_mysql_int.h.

◆ current_lengths

unsigned long* pdo_mysql_stmt::current_lengths

Definition at line 140 of file php_pdo_mysql_int.h.

◆ done

unsigned pdo_mysql_stmt::done

Definition at line 147 of file php_pdo_mysql_int.h.

◆ einfo

pdo_mysql_error_info pdo_mysql_stmt::einfo

Definition at line 125 of file php_pdo_mysql_int.h.

◆ fields

const MYSQL_FIELD* pdo_mysql_stmt::fields

Definition at line 124 of file php_pdo_mysql_int.h.

◆ H

pdo_mysql_db_handle* pdo_mysql_stmt::H

Definition at line 122 of file php_pdo_mysql_int.h.

◆ in_length

zend_ulong* pdo_mysql_stmt::in_length

Definition at line 135 of file php_pdo_mysql_int.h.

◆ in_null

my_bool* pdo_mysql_stmt::in_null

Definition at line 134 of file php_pdo_mysql_int.h.

◆ max_length

unsigned pdo_mysql_stmt::max_length

Definition at line 144 of file php_pdo_mysql_int.h.

◆ num_params

int pdo_mysql_stmt::num_params

Definition at line 131 of file php_pdo_mysql_int.h.

◆ out_length

zend_ulong* pdo_mysql_stmt::out_length

Definition at line 138 of file php_pdo_mysql_int.h.

◆ out_null

my_bool* pdo_mysql_stmt::out_null

Definition at line 137 of file php_pdo_mysql_int.h.

◆ params

PDO_MYSQL_PARAM_BIND* pdo_mysql_stmt::params

Definition at line 132 of file php_pdo_mysql_int.h.

◆ result

MYSQL_RES* pdo_mysql_stmt::result

Definition at line 123 of file php_pdo_mysql_int.h.

◆ stmt

MYSQL_STMT* pdo_mysql_stmt::stmt

Definition at line 129 of file php_pdo_mysql_int.h.


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