Searched defs:qpvtab_cursor (Results 1 – 1 of 1) sorted by relevance
92 typedef struct qpvtab_cursor qpvtab_cursor; typedef93 struct qpvtab_cursor { struct94 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 */