Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c3911 u8 idxType /* The index type */ in sqlite3CreateIndex()
H A DsqliteInt.h2624 unsigned idxType:2; /* 0:Normal 1:UNIQUE, 2:PRIMARY KEY, 3:IPK */ member