Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c3350 void sqlite3CodeDropTable(Parse *pParse, Table *pTab, int iDb, int isView){ in sqlite3CodeDropTable() function
3555 sqlite3CodeDropTable(pParse, pTab, iDb, isView); in sqlite3DropTable()
H A DsqliteInt.h4687 void sqlite3CodeDropTable(Parse*, Table*, int, int);