Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbevtab.c31 typedef struct bytecodevtab_cursor bytecodevtab_cursor; typedef
32 struct bytecodevtab_cursor { struct
33 sqlite3_vtab_cursor base; /* Base class - must be first */
35 int iRowid; /* The rowid of the output table */
36 int iAddr; /* Address */
39 Op *aOp; /* Operand array */
40 char *zP4; /* Rendered P4 value */
41 const char *zType; /* tables_used.type */
42 const char *zSchema; /* tables_used.schema */
43 const char *zName; /* tables_used.name */
[all …]