Home
last modified time | relevance | path

Searched defs:PragmaVtabCursor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dpragma.c2541 typedef struct PragmaVtabCursor PragmaVtabCursor; typedef
2549 struct PragmaVtabCursor { struct
2550 sqlite3_vtab_cursor base; /* Base class. Must be first */
2551 sqlite3_stmt *pPragma; /* The pragma statement to run */
2552 sqlite_int64 iRowid; /* Current rowid */
2553 char *azArg[2]; /* Value of the argument and schema */