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

#include <php_pdo_driver.h>

Data Fields

zend_stringname
 
size_t maxlen
 
zend_ulong precision
 

Detailed Description

Definition at line 531 of file php_pdo_driver.h.

Field Documentation

◆ maxlen

size_t pdo_column_data::maxlen

Definition at line 533 of file php_pdo_driver.h.

◆ name

zend_string* pdo_column_data::name

Definition at line 532 of file php_pdo_driver.h.

◆ precision

zend_ulong pdo_column_data::precision

Definition at line 534 of file php_pdo_driver.h.


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