Home
last modified time | relevance | path

Searched defs: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
H A Dbuild.c1835 int autoInc, /* True if the AUTOINCREMENT keyword is present */ in sqlite3AddPrimaryKey()