Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c128366 int autoInc, /* True if the AUTOINCREMENT keyword is present */ argument
128412 assert( autoInc==0 || autoInc==1 );
128413 pTab->tabFlags |= autoInc*TF_Autoincrement;
128416 }else if( autoInc ){
139369 static const VdbeOpList autoInc[] = { local
139389 aOp = sqlite3VdbeAddOpList(v, ArraySize(autoInc), autoInc, iLn);