Home
last modified time | relevance | path

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

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