Home
last modified time | relevance | path

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

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