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

#include <php_pdo_firebird_int.h>

Data Fields

pdo_firebird_db_handleH
 
isc_stmt_handle stmt
 
char name [32]
 
char statement_type:8
 
unsigned exhausted:1
 
unsigned cursor_open:1
 
unsigned _reserved:22
 
HashTablenamed_params
 
XSQLDA * in_sqlda
 
XSQLDA out_sqlda
 

Detailed Description

Definition at line 99 of file php_pdo_firebird_int.h.

Field Documentation

◆ _reserved

unsigned pdo_firebird_stmt::_reserved

Definition at line 118 of file php_pdo_firebird_int.h.

◆ cursor_open

unsigned pdo_firebird_stmt::cursor_open

Definition at line 116 of file php_pdo_firebird_int.h.

◆ exhausted

unsigned pdo_firebird_stmt::exhausted

Definition at line 113 of file php_pdo_firebird_int.h.

◆ H

pdo_firebird_db_handle* pdo_firebird_stmt::H

Definition at line 101 of file php_pdo_firebird_int.h.

◆ in_sqlda

XSQLDA* pdo_firebird_stmt::in_sqlda

Definition at line 124 of file php_pdo_firebird_int.h.

◆ name

char pdo_firebird_stmt::name[32]

Definition at line 107 of file php_pdo_firebird_int.h.

◆ named_params

HashTable* pdo_firebird_stmt::named_params

Definition at line 121 of file php_pdo_firebird_int.h.

◆ out_sqlda

XSQLDA pdo_firebird_stmt::out_sqlda

Definition at line 127 of file php_pdo_firebird_int.h.

◆ statement_type

char pdo_firebird_stmt::statement_type

Definition at line 110 of file php_pdo_firebird_int.h.

◆ stmt

isc_stmt_handle pdo_firebird_stmt::stmt

Definition at line 104 of file php_pdo_firebird_int.h.


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