Lines Matching refs:keyConf
15783 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */
102964 pTab->keyConf = (u8)onError;
103354 sqlite3CreateIndex(pParse, 0, 0, 0, pList, pTab->keyConf, 0, 0, 0, 0,
112202 onError = pTab->keyConf;
112825 if( pDest->iPKey>=0 ) onError = pDest->keyConf;