Searched defs:intarray_vtab (Results 1 – 1 of 1) sorted by relevance
37 typedef struct intarray_vtab intarray_vtab; typedef41 struct intarray_vtab { struct42 sqlite3_vtab base; /* Base class */43 sqlite3_intarray *pContent; /* Content of the integer array */