Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_exec

1104 ** This is very similar to SQLite's built-in sqlite3_exec() 
1112 /* (not the same as sqlite3_exec) */
1357 rc = sqlite3_exec(p->db, zQuery, dump_callback, p, &zErr);
1370 rc = sqlite3_exec(p->db, zQ2, dump_callback, p, &zErr);
1614 sqlite3_exec(p->db, "PRAGMA database_list; ", callback, &data, &zErrMsg);
1630 sqlite3_exec(p->db, "SAVEPOINT dump; PRAGMA writable_schema=ON", 0, 0, 0);
1666 sqlite3_exec(p->db, "PRAGMA writable_schema=OFF;", 0, 0, 0);
1667 sqlite3_exec(p->db, "RELEASE dump;", 0, 0, 0);
1797 sqlite3_exec(p->db, "BEGIN", 0, 0, 0);
1850 sqlite3_exec(p->db, zCommit, 0, 0, 0);
1861 rc = sqlite3_exec(p->db,
1872 rc = sqlite3_exec(p->db,
2131 rc = sqlite3_exec(p->db,
2143 rc = sqlite3_exec(p->db,