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

#include <php_pdo_odbc_int.h>

Data Fields

PDO_ODBC_HSTMT stmt
 
pdo_odbc_columncols
 
pdo_odbc_db_handleH
 
pdo_odbc_errinfo einfo
 
char * convbuf
 
zend_ulong convbufsize
 
unsigned going_long:1
 
unsigned assume_utf8:1
 
signed col_count:16
 
unsigned _spare:14
 

Detailed Description

Definition at line 141 of file php_pdo_odbc_int.h.

Field Documentation

◆ _spare

unsigned pdo_odbc_stmt::_spare

Definition at line 151 of file php_pdo_odbc_int.h.

◆ assume_utf8

unsigned pdo_odbc_stmt::assume_utf8

Definition at line 149 of file php_pdo_odbc_int.h.

◆ col_count

signed pdo_odbc_stmt::col_count

Definition at line 150 of file php_pdo_odbc_int.h.

◆ cols

pdo_odbc_column* pdo_odbc_stmt::cols

Definition at line 143 of file php_pdo_odbc_int.h.

◆ convbuf

char* pdo_odbc_stmt::convbuf

Definition at line 146 of file php_pdo_odbc_int.h.

◆ convbufsize

zend_ulong pdo_odbc_stmt::convbufsize

Definition at line 147 of file php_pdo_odbc_int.h.

◆ einfo

pdo_odbc_errinfo pdo_odbc_stmt::einfo

Definition at line 145 of file php_pdo_odbc_int.h.

◆ going_long

unsigned pdo_odbc_stmt::going_long

Definition at line 148 of file php_pdo_odbc_int.h.

◆ H

pdo_odbc_db_handle* pdo_odbc_stmt::H

Definition at line 144 of file php_pdo_odbc_int.h.

◆ stmt

PDO_ODBC_HSTMT pdo_odbc_stmt::stmt

Definition at line 142 of file php_pdo_odbc_int.h.


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