Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c12 typedef struct SessionTable SessionTable; typedef
120 struct SessionTable { struct
121 SessionTable *pNext; argument
122 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 …]