Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dqpvtab.c92 typedef struct qpvtab_cursor qpvtab_cursor; typedef
93 struct qpvtab_cursor { struct
94 sqlite3_vtab_cursor base; /* Base class - must be first */
95 sqlite3_int64 iRowid; /* The rowid */
96 const char *zData; /* Data to return */
97 int nData; /* Number of bytes of data */
98 int flags; /* Flags value */