Searched refs:sqliteGenerateConstraintChecks (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | copy.c | 89 sqliteGenerateConstraintChecks(pParse, pTab, 0, 0, pTab->iPKey>=0, in sqliteCopy()
|
H A D | insert.c | 473 sqliteGenerateConstraintChecks(pParse, pTab, base, 0, keyColumn>=0, in sqliteInsert() 620 void sqliteGenerateConstraintChecks( in sqliteGenerateConstraintChecks() function
|
H A D | update.c | 377 sqliteGenerateConstraintChecks(pParse, pTab, iCur, aIdxUsed, chngRecno, 1, in sqliteUpdate()
|
H A D | sqliteInt.h | 1212 void sqliteGenerateConstraintChecks(Parse*,Table*,int,char*,int,int,int,int);
|