Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
PragmaVtabCursor Struct Reference

Data Fields

sqlite3_vtab_cursor base
 
sqlite3_stmtpPragma
 
sqlite_int64 iRowid
 
char * azArg [2]
 

Detailed Description

Definition at line 128033 of file sqlite3.c.

Field Documentation

◆ azArg

char* PragmaVtabCursor::azArg[2]

Definition at line 128037 of file sqlite3.c.

◆ base

sqlite3_vtab_cursor PragmaVtabCursor::base

Definition at line 128034 of file sqlite3.c.

◆ iRowid

sqlite_int64 PragmaVtabCursor::iRowid

Definition at line 128036 of file sqlite3.c.

◆ pPragma

sqlite3_stmt* PragmaVtabCursor::pPragma

Definition at line 128035 of file sqlite3.c.


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