Searched defs:Fts5FullTable (Results 1 – 1 of 1) sorted by relevance
33 typedef struct Fts5FullTable Fts5FullTable; typedef115 struct Fts5FullTable { struct116 Fts5Table p; /* Public class members from fts5Int.h */117 Fts5Storage *pStorage; /* Document store */118 Fts5Global *pGlobal; /* Global (connection wide) data */119 Fts5Cursor *pSortCsr; /* Sort data from this cursor */121 struct Fts5TransactionState ts;