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

#include <php_pdo_sqlite_int.h>

Data Fields

pdo_sqlite_db_handleH
 
sqlite3_stmt * stmt
 
unsigned pre_fetched:1
 
unsigned done:1
 

Detailed Description

Definition at line 55 of file php_pdo_sqlite_int.h.

Field Documentation

◆ done

unsigned pdo_sqlite_stmt::done

Definition at line 59 of file php_pdo_sqlite_int.h.

◆ H

pdo_sqlite_db_handle* pdo_sqlite_stmt::H

Definition at line 56 of file php_pdo_sqlite_int.h.

◆ pre_fetched

unsigned pdo_sqlite_stmt::pre_fetched

Definition at line 58 of file php_pdo_sqlite_int.h.

◆ stmt

sqlite3_stmt* pdo_sqlite_stmt::stmt

Definition at line 57 of file php_pdo_sqlite_int.h.


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