Searched defs:fulltext_vtab (Results 1 – 3 of 3) sorted by relevance
562 typedef struct fulltext_vtab { struct572 } fulltext_vtab; argument
946 typedef struct fulltext_vtab fulltext_vtab; typedef1084 struct fulltext_vtab { struct1085 sqlite3_vtab base; /* Base class used by SQLite core */1086 sqlite3 *db; /* The database connection */1087 const char *zDb; /* logical database name */1088 const char *zName; /* virtual table name */1089 int nColumn; /* number of columns in virtual table */1090 char **azColumn; /* column names. malloced */1091 char **azContentColumn; /* column names in content table; malloced */1092 sqlite3_tokenizer *pTokenizer; /* tokenizer for inserts and queries */[all …]
1688 typedef struct fulltext_vtab fulltext_vtab; typedef1842 struct fulltext_vtab { struct1843 sqlite3_vtab base; /* Base class used by SQLite core */1844 sqlite3 *db; /* The database connection */1845 const char *zDb; /* logical database name */1846 const char *zName; /* virtual table name */1848 char **azColumn; /* column names. malloced */1850 sqlite3_tokenizer *pTokenizer; /* tokenizer for inserts and queries */1855 sqlite3_stmt *pFulltextStatements[MAX_STMT];1860 sqlite3_stmt *pLeafSelectStmts[MERGE_COUNT];[all …]