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

#include <php_pdo_odbc_int.h>

Data Fields

SQLLEN len
 
SQLSMALLINT paramtype
 
char * outbuf
 
unsigned is_unicode:1
 
unsigned _spare:31
 

Detailed Description

Definition at line 154 of file php_pdo_odbc_int.h.

Field Documentation

◆ _spare

unsigned pdo_odbc_param::_spare

Definition at line 159 of file php_pdo_odbc_int.h.

◆ is_unicode

unsigned pdo_odbc_param::is_unicode

Definition at line 158 of file php_pdo_odbc_int.h.

◆ len

SQLLEN pdo_odbc_param::len

Definition at line 155 of file php_pdo_odbc_int.h.

◆ outbuf

char* pdo_odbc_param::outbuf

Definition at line 157 of file php_pdo_odbc_int.h.

◆ paramtype

SQLSMALLINT pdo_odbc_param::paramtype

Definition at line 156 of file php_pdo_odbc_int.h.


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