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

#include <php_pdo_sqlite_int.h>

Data Fields

sqlite3 * db
 
pdo_sqlite_error_info einfo
 
struct pdo_sqlite_funcfuncs
 
struct pdo_sqlite_collationcollations
 

Detailed Description

Definition at line 48 of file php_pdo_sqlite_int.h.

Field Documentation

◆ collations

struct pdo_sqlite_collation* pdo_sqlite_db_handle::collations

Definition at line 52 of file php_pdo_sqlite_int.h.

◆ db

sqlite3* pdo_sqlite_db_handle::db

Definition at line 49 of file php_pdo_sqlite_int.h.

◆ einfo

pdo_sqlite_error_info pdo_sqlite_db_handle::einfo

Definition at line 50 of file php_pdo_sqlite_int.h.

◆ funcs

struct pdo_sqlite_func* pdo_sqlite_db_handle::funcs

Definition at line 51 of file php_pdo_sqlite_int.h.


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