Searched refs:db_execute (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | threadtest1.c | 140 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_execute() function 219 db_execute(db, zFilename, "CREATE TABLE t%d(a,b,c);", t); in worker_bee() 221 db_execute(db, zFilename, "INSERT INTO t%d VALUES(%d,%d,%d);", in worker_bee() 228 db_execute(db, zFilename, "DELETE FROM t%d WHERE a>50", t); in worker_bee() 238 db_execute(db, zFilename, "DROP TABLE t%d;", t); in worker_bee()
|