Searched refs:db_execute (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | threadtest1.c | 137 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_execute() function 214 db_execute(db, zFilename, "CREATE TABLE t%d(a,b,c);", t); in worker_bee() 216 db_execute(db, zFilename, "INSERT INTO t%d VALUES(%d,%d,%d);", in worker_bee() 223 db_execute(db, zFilename, "DELETE FROM t%d WHERE a>50", t); in worker_bee() 233 db_execute(db, zFilename, "DROP TABLE t%d;", t); in worker_bee()
|