|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_firebird_int.h>
Data Fields | |
| pdo_firebird_db_handle * | H |
| isc_stmt_handle | stmt |
| char | name [32] |
| char | statement_type:8 |
| unsigned | exhausted:1 |
| unsigned | cursor_open:1 |
| unsigned | _reserved:22 |
| HashTable * | named_params |
| XSQLDA * | in_sqlda |
| XSQLDA | out_sqlda |
Definition at line 99 of file php_pdo_firebird_int.h.
| unsigned pdo_firebird_stmt::_reserved |
Definition at line 118 of file php_pdo_firebird_int.h.
| unsigned pdo_firebird_stmt::cursor_open |
Definition at line 116 of file php_pdo_firebird_int.h.
| unsigned pdo_firebird_stmt::exhausted |
Definition at line 113 of file php_pdo_firebird_int.h.
| pdo_firebird_db_handle* pdo_firebird_stmt::H |
Definition at line 101 of file php_pdo_firebird_int.h.
| XSQLDA* pdo_firebird_stmt::in_sqlda |
Definition at line 124 of file php_pdo_firebird_int.h.
| char pdo_firebird_stmt::name[32] |
Definition at line 107 of file php_pdo_firebird_int.h.
| HashTable* pdo_firebird_stmt::named_params |
Definition at line 121 of file php_pdo_firebird_int.h.
| XSQLDA pdo_firebird_stmt::out_sqlda |
Definition at line 127 of file php_pdo_firebird_int.h.
| char pdo_firebird_stmt::statement_type |
Definition at line 110 of file php_pdo_firebird_int.h.
| isc_stmt_handle pdo_firebird_stmt::stmt |
Definition at line 104 of file php_pdo_firebird_int.h.