Home
last modified time | relevance | path

Searched refs:keyConf (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dinsert.c2015 onError = pTab->keyConf; in sqlite3GenerateConstraintChecks()
2816 if( pDest->iPKey>=0 ) onError = pDest->keyConf; in xferOptimization()
H A Dbuild.c1884 pTab->keyConf = (u8)onError; in sqlite3AddPrimaryKey()
2385 sqlite3CreateIndex(pParse, 0, 0, 0, pList, pTab->keyConf, 0, 0, 0, 0, in convertToWithoutRowidTable()
H A DsqliteInt.h2291 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */ member