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

#include <php_sqlite3_structs.h>

Data Fields

php_sqlite3_db_objectdb_obj
 
php_sqlite3_stmtstmt_obj
 
zval stmt_obj_zval
 
int column_count
 
zend_string ** column_names
 
int is_prepared_statement
 
zend_object zo
 

Detailed Description

Definition at line 99 of file php_sqlite3_structs.h.

Field Documentation

◆ column_count

int _php_sqlite3_result_object::column_count

Definition at line 106 of file php_sqlite3_structs.h.

◆ column_names

zend_string** _php_sqlite3_result_object::column_names

Definition at line 107 of file php_sqlite3_structs.h.

◆ db_obj

php_sqlite3_db_object* _php_sqlite3_result_object::db_obj

Definition at line 100 of file php_sqlite3_structs.h.

◆ is_prepared_statement

int _php_sqlite3_result_object::is_prepared_statement

Definition at line 109 of file php_sqlite3_structs.h.

◆ stmt_obj

php_sqlite3_stmt* _php_sqlite3_result_object::stmt_obj

Definition at line 101 of file php_sqlite3_structs.h.

◆ stmt_obj_zval

zval _php_sqlite3_result_object::stmt_obj_zval

Definition at line 102 of file php_sqlite3_structs.h.

◆ zo

zend_object _php_sqlite3_result_object::zo

Definition at line 110 of file php_sqlite3_structs.h.


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