Searched refs:autoInc (Results 1 – 1 of 1) sorted by relevance
128366 int autoInc, /* True if the AUTOINCREMENT keyword is present */ argument128412 assert( autoInc==0 || autoInc==1 );128413 pTab->tabFlags |= autoInc*TF_Autoincrement;128416 }else if( autoInc ){139369 static const VdbeOpList autoInc[] = { local139389 aOp = sqlite3VdbeAddOpList(v, ArraySize(autoInc), autoInc, iLn);