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

#include <php_pdo_odbc_int.h>

Data Fields

char * data
 
zend_ulong datalen
 
SQLLEN fetched_len
 
SQLSMALLINT coltype
 
char colname [128]
 
unsigned is_long
 
unsigned is_unicode:1
 
unsigned _spare:31
 

Detailed Description

Definition at line 130 of file php_pdo_odbc_int.h.

Field Documentation

◆ _spare

unsigned pdo_odbc_column::_spare

Definition at line 138 of file php_pdo_odbc_int.h.

◆ colname

char pdo_odbc_column::colname[128]

Definition at line 135 of file php_pdo_odbc_int.h.

◆ coltype

SQLSMALLINT pdo_odbc_column::coltype

Definition at line 134 of file php_pdo_odbc_int.h.

◆ data

char* pdo_odbc_column::data

Definition at line 131 of file php_pdo_odbc_int.h.

◆ datalen

zend_ulong pdo_odbc_column::datalen

Definition at line 132 of file php_pdo_odbc_int.h.

◆ fetched_len

SQLLEN pdo_odbc_column::fetched_len

Definition at line 133 of file php_pdo_odbc_int.h.

◆ is_long

unsigned pdo_odbc_column::is_long

Definition at line 136 of file php_pdo_odbc_int.h.

◆ is_unicode

unsigned pdo_odbc_column::is_unicode

Definition at line 137 of file php_pdo_odbc_int.h.


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