Searched defs:RowSet (Results 1 – 1 of 1) sorted by relevance
15772 typedef struct RowSet RowSet; typedef57496 struct RowSet { struct57497 struct RowSetChunk *pChunk; /* List of all chunk allocations */57498 sqlite3 *db; /* The database connection */57499 struct RowSetEntry *pEntry; /* List of entries using pRight */57500 struct RowSetEntry *pLast; /* Last entry on the pEntry list */57501 struct RowSetEntry *pFresh; /* Source of new entry objects */57502 struct RowSetEntry *pForest; /* List of binary trees of entries */57503 u16 nFresh; /* Number of objects on pFresh */57504 u16 rsFlags; /* Various flags */[all …]