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

#include <php_sqlite3_structs.h>

Data Fields

sqlite3_stmt * stmt
 
php_sqlite3_db_objectdb_obj
 
zval db_obj_zval
 
int initialised
 
HashTablebound_params
 
zend_object zo
 

Detailed Description

Definition at line 120 of file php_sqlite3_structs.h.

Field Documentation

◆ bound_params

HashTable* _php_sqlite3_stmt_object::bound_params

Definition at line 128 of file php_sqlite3_structs.h.

◆ db_obj

php_sqlite3_db_object* _php_sqlite3_stmt_object::db_obj

Definition at line 122 of file php_sqlite3_structs.h.

◆ db_obj_zval

zval _php_sqlite3_stmt_object::db_obj_zval

Definition at line 123 of file php_sqlite3_structs.h.

◆ initialised

int _php_sqlite3_stmt_object::initialised

Definition at line 125 of file php_sqlite3_structs.h.

◆ stmt

sqlite3_stmt* _php_sqlite3_stmt_object::stmt

Definition at line 121 of file php_sqlite3_structs.h.

◆ zo

zend_object _php_sqlite3_stmt_object::zo

Definition at line 129 of file php_sqlite3_structs.h.


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