Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcarray.c101 typedef struct carray_cursor carray_cursor; typedef
102 struct carray_cursor { struct
103 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 */