Searched defs:bytecodevtab_cursor (Results 1 – 1 of 1) sorted by relevance
31 typedef struct bytecodevtab_cursor bytecodevtab_cursor; typedef32 struct bytecodevtab_cursor { struct33 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 …]