Searched defs:SessionTable (Results 1 – 1 of 1) sorted by relevance
233751 typedef struct SessionTable SessionTable; typedef233878 struct SessionTable { struct233879 SessionTable *pNext; argument233880 char *zName; /* Local name of table */233881 int nCol; /* Number of non-hidden columns */233882 int nTotalCol; /* Number of columns including hidden */233883 int bStat1; /* True if this is sqlite_stat1 */233884 int bRowid; /* True if this table uses rowid for PK */233885 const char **azCol; /* Column names */233886 const char **azDflt; /* Default value expressions */[all …]