Searched refs:keyConf (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | insert.c | 2015 onError = pTab->keyConf; in sqlite3GenerateConstraintChecks() 2816 if( pDest->iPKey>=0 ) onError = pDest->keyConf; in xferOptimization()
|
| H A D | build.c | 1884 pTab->keyConf = (u8)onError; in sqlite3AddPrimaryKey() 2385 sqlite3CreateIndex(pParse, 0, 0, 0, pList, pTab->keyConf, 0, 0, 0, 0, in convertToWithoutRowidTable()
|
| H A D | sqliteInt.h | 2291 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */ member
|