Searched defs:intarray_vtab (Results 1 – 1 of 1) sorted by relevance
41 typedef struct intarray_vtab intarray_vtab; typedef45 struct intarray_vtab { struct46 sqlite3_vtab base; /* Base class */47 sqlite3_intarray *pContent; /* Content of the integer array */