Home
last modified time | relevance | path

Searched refs:SQLITE_IDXTYPE_IPK (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c2585 if( pIndex && pIndex->idxType==SQLITE_IDXTYPE_IPK ){ in whereLoopInsert()
3421 sPk.idxType = SQLITE_IDXTYPE_IPK; in whereLoopAddBtree()
3517 if( pProbe->idxType==SQLITE_IDXTYPE_IPK ){ in whereLoopAddBtree()
H A DsqliteInt.h2653 #define SQLITE_IDXTYPE_IPK 3 /* INTEGER PRIMARY KEY index */ macro