ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PragmaVtabCursor Struct Reference
Collaboration diagram for PragmaVtabCursor:

Public Attributes

sqlite3_vtab_cursor base
 
sqlite3_stmtpPragma
 
sqlite_int64 iRowid
 
char * azArg [2]
 

Detailed Description

Definition at line 127703 of file sqlite3.c.

Member Data Documentation

◆ azArg

char* PragmaVtabCursor::azArg[2]

Definition at line 127707 of file sqlite3.c.

◆ base

sqlite3_vtab_cursor PragmaVtabCursor::base

Definition at line 127704 of file sqlite3.c.

◆ iRowid

sqlite_int64 PragmaVtabCursor::iRowid

Definition at line 127706 of file sqlite3.c.

◆ pPragma

sqlite3_stmt* PragmaVtabCursor::pPragma

Definition at line 127705 of file sqlite3.c.


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