Searched defs:SessionTable (Results 1 – 1 of 1) sorted by relevance
12 typedef struct SessionTable SessionTable; typedef120 struct SessionTable { struct121 SessionTable *pNext; argument122 char *zName; /* Local name of table */123 int nCol; /* Number of columns in table zName */124 int bStat1; /* True if this is sqlite_stat1 */125 const char **azCol; /* Column names */126 u8 *abPK; /* Array of primary key flags */127 int nEntry; /* Total number of entries in hash table */128 int nChange; /* Size of apChange[] array */[all …]