Searched refs:sqlite3DropTable (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | parse.y | 469 sqlite3DropTable(pParse, X, 0, E); 483 sqlite3DropTable(pParse, X, 1, E);
|
| H A D | sqliteInt.h | 4686 void sqlite3DropTable(Parse*, SrcList*, int, int);
|
| H A D | build.c | 3458 void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr){ in sqlite3DropTable() function
|