Searched defs:idxType (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ | ||
| H A D | build.c | 3911 u8 idxType /* The index type */ in sqlite3CreateIndex() |
| H A D | sqliteInt.h | 2624 unsigned idxType:2; /* 0:Normal 1:UNIQUE, 2:PRIMARY KEY, 3:IPK */ member |