Searched defs:carray_cursor (Results 1 – 1 of 1) sorted by relevance
101 typedef struct carray_cursor carray_cursor; typedef102 struct carray_cursor { struct103 sqlite3_vtab_cursor base; /* Base class - must be first */104 sqlite3_int64 iRowid; /* The rowid */105 void *pPtr; /* Pointer to the array of values */106 sqlite3_int64 iCnt; /* Number of integers in the array */107 unsigned char eType; /* One of the CARRAY_type values */