Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h214 typedef struct Fts3Table Fts3Table; typedef
235 struct Fts3Table { struct
239 const char *zName; /* virtual table name */
253 sqlite3_stmt *aStmt[40];
256 char *zReadExprlist;
257 char *zWriteExprlist;
286 int nIndex; /* Size of aIndex[] */
287 struct Fts3Index {
290 } *aIndex;
310 int bNoIncrDoclist;
[all …]