Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c10529 static const char *zDrop = "DROP TABLE " UNIQUE_TABLE_NAME; in idxProcessOneTrigger() local
10599 rc = sqlite3_exec(p->dbv, zDrop, 0, 0, pzErr); in idxProcessOneTrigger()
17723 const char *zDrop = "DROP TABLE IF EXISTS sqlar"; in arCreateOrUpdateCommand() local
17778 rc = arExecSql(pAr, zDrop); in arCreateOrUpdateCommand()