Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dupdate.c134 if( sqliteIsRowid(pChanges->a[i].zName) ){ in sqliteUpdate()
H A DsqliteInt.h1209 int sqliteIsRowid(const char*);
H A Dexpr.c376 int sqliteIsRowid(const char *z){ in sqliteIsRowid() function
520 if( cnt==0 && cntTab==1 && sqliteIsRowid(zCol) ){ in lookupName()
H A Dinsert.c296 if( sqliteIsRowid(pColumn->a[i].zName) ){ in sqliteInsert()