Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c3439 static int tableMayNotBeDropped(sqlite3 *db, Table *pTab){ in tableMayNotBeDropped() function
3526 if( tableMayNotBeDropped(db, pTab) ){ in sqlite3DropTable()