Lines Matching defs:keyConf
17769 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */
119357 pTab->keyConf = (u8)onError;
119858 sqlite3CreateIndex(pParse, 0, 0, 0, pList, pTab->keyConf, 0, 0, 0, 0,
130617 onError = pTab->keyConf;
131418 if( pDest->iPKey>=0 ) onError = pDest->keyConf;