Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dinsert.c468 static const VdbeOpList autoInc[] = { in sqlite3AutoincrementBegin() local
488 aOp = sqlite3VdbeAddOpList(v, ArraySize(autoInc), autoInc, iLn); in sqlite3AutoincrementBegin()
H A Dbuild.c1835 int autoInc, /* True if the AUTOINCREMENT keyword is present */ in sqlite3AddPrimaryKey() argument
1885 assert( autoInc==0 || autoInc==1 ); in sqlite3AddPrimaryKey()
1886 pTab->tabFlags |= autoInc*TF_Autoincrement; in sqlite3AddPrimaryKey()
1889 }else if( autoInc ){ in sqlite3AddPrimaryKey()