Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddelete.c265 sqliteGenerateRowDelete(db, v, pTab, iCur, pParse->trigStack==0); in sqliteDeleteFrom()
336 void sqliteGenerateRowDelete( in sqliteGenerateRowDelete() function
H A DsqliteInt.h1210 void sqliteGenerateRowDelete(sqlite*, Vdbe*, Table*, int, int);
H A Dinsert.c835 sqliteGenerateRowDelete(pParse->db, v, pTab, base, 0); in sqliteGenerateConstraintChecks()