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

#include <php_pdo_sqlite_int.h>

Data Fields

const char * file
 
int line
 
unsigned int errcode
 
char * errmsg
 

Detailed Description

Definition at line 22 of file php_pdo_sqlite_int.h.

Field Documentation

◆ errcode

unsigned int pdo_sqlite_error_info::errcode

Definition at line 25 of file php_pdo_sqlite_int.h.

◆ errmsg

char* pdo_sqlite_error_info::errmsg

Definition at line 26 of file php_pdo_sqlite_int.h.

◆ file

const char* pdo_sqlite_error_info::file

Definition at line 23 of file php_pdo_sqlite_int.h.

◆ line

int pdo_sqlite_error_info::line

Definition at line 24 of file php_pdo_sqlite_int.h.


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