Searched defs:Index (Results 1 – 3 of 3) sorted by relevance
233 typedef struct Index Index; typedef619 struct Index { struct626 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ argument627 u8 iDb; /* Index in sqlite.aDb[] of where this index is stored */ argument628 Index *pNext; /* The next index associated with the same table */ argument
883 int Index = 0; in Ack() local
7853 typedef struct Index Index; typedef10083 struct Index { struct10091 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ argument10094 Index *pNext; /* The next index associated with the same table */ argument10096 u8 *aSortOrder; /* Array of size Index.nColumn. True==DESC, False==ASC */ argument10098 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */ argument
Completed in 291 milliseconds