Lines Matching refs:sqlite3_exec

680 ** The sqlite3_exec() interface is a convenience wrapper around
685 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
689 ** sqlite3_exec() is not NULL, then it is invoked for each result row
691 ** sqlite3_exec() is relayed through to the 1st argument of each
692 ** callback invocation. ^If the callback pointer to sqlite3_exec()
697 ** sqlite3_exec(), then execution of the current statement stops and
698 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
703 ** sqlite3_exec() after the error message string is no longer needed.
704 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
705 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter to
708 ** ^If an sqlite3_exec() callback returns non-zero, the sqlite3_exec()
712 ** ^The 2nd argument to the sqlite3_exec() callback function is the
713 ** number of columns in the result. ^The 3rd argument to the sqlite3_exec()
717 ** sqlite3_exec() callback is a NULL pointer. ^The 4th argument to the
718 ** sqlite3_exec() callback is an array of pointers to strings where each
722 ** ^If the 2nd parameter to sqlite3_exec() is a NULL pointer, a pointer
730 ** <li> The application must ensure that the 1st parameter to sqlite3_exec()
733 ** the 1st parameter to sqlite3_exec() while sqlite3_exec() is running.
735 ** the 2nd parameter of sqlite3_exec() while sqlite3_exec() is running.
740 SQLITE_API int sqlite3_exec(
2686 ** <li> [sqlite3_exec](db, "[VACUUM]", 0, 0, 0);
3262 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
3265 ** wrapper layer outside of the internal [sqlite3_exec()] call are not
4710 ** calls [sqlite3_exec()], then the following SQL statement would
53669 sqlite3_exec(db, "BEGIN IMMEDIATE; COMMIT;", 0, 0, 0);
64608 sqlite3_exec(db, "PRAGMA table_list",0,0,0);
94335 ** P1 is the result code returned by sqlite3_exec(), sqlite3_reset(),
100076 rc = sqlite3_exec(db, pOp->p4.z, 0, 0, &zErr);
100150 rc = sqlite3_exec(db, zSql, sqlite3InitCallback, &initData, 0);
120440 rc = sqlite3_exec(db, zSql, analysisLoader, &sInfo, 0);
121158 ** means that the SQL statement will never-run - the sqlite3_exec() call
124389 ** they will persist after the current sqlite3_exec() call returns.
136299 SQLITE_API int sqlite3_exec(
136369 ** sqlite3_exec() returns non-zero, then sqlite3_exec() will
136884 #define sqlite3_exec sqlite3_api->exec
137329 sqlite3_exec,
142183 rc = sqlite3_exec(db, zSql, sqlite3InitCallback, &initData, 0);
151525 ** interface routine of sqlite3_exec().
151545 int rc; /* Return code from sqlite3_exec() */
151657 rc = sqlite3_exec(db, zSql, sqlite3_get_table_cb, &res, pzErrMsg);
180901 ** Return the number of changes in the most recent call to sqlite3_exec().
186738 *pRc = sqlite3_exec(db, zSql, 0, 0, 0);
190096 rc = sqlite3_exec(pTab->db, zSql, 0, 0, 0);
202290 rc = sqlite3_exec(p->db, "SAVEPOINT fts3", 0, 0, 0);
202294 int rc2 = sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0);
202297 sqlite3_exec(p->db, "ROLLBACK TO fts3", 0, 0, 0);
202298 sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0);
211380 rc = sqlite3_exec(pRtree->db, zCreate, 0, 0, 0);
213579 rc = sqlite3_exec(pRtree->db, zSql, 0, 0, 0);
213744 rc = sqlite3_exec(db, zCreate, 0, 0, 0);
218990 rc = sqlite3_exec(p->dbMain,
219169 p->rc = sqlite3_exec(db, zSql, 0, 0, &p->zErrmsg);
220921 p->rc = sqlite3_exec(p->dbRbu, "BEGIN", 0, 0, 0);
220952 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, 0);
221132 p->rc = sqlite3_exec(p->dbMain, "SELECT * FROM sqlite_schema", 0, 0, 0);
221167 rc2 = sqlite3_exec(p->dbMain, "PRAGMA main.wal_checkpoint=restart", 0, 0,0);
221741 p->rc = sqlite3_exec(p->dbMain, "PRAGMA writable_schema=1", 0,0, &p->zErrmsg);
221752 p->rc = sqlite3_exec(p->dbMain, zSql, 0, 0, &p->zErrmsg);
221778 p->rc = sqlite3_exec(p->dbMain, "PRAGMA writable_schema=0",0,0,&p->zErrmsg);
221837 p->rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, &p->zErrmsg);
221840 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, &p->zErrmsg);
222203 p->rc = sqlite3_exec(p->dbRbu, "BEGIN", 0, 0, &p->zErrmsg);
222224 p->rc = sqlite3_exec(db, "BEGIN IMMEDIATE", 0, 0, &p->zErrmsg);
222233 p->rc = sqlite3_exec(
222352 p->rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, &p->zErrmsg);
222364 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, &p->zErrmsg);
222376 int rc2 = sqlite3_exec(p->dbRbu, "DELETE FROM stat.rbu_state", 0, 0, 0);
222487 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, 0);
222502 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, 0);
222505 rc = sqlite3_exec(p->dbRbu, zBegin, 0, 0, 0);
222507 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbMain, "BEGIN IMMEDIATE", 0, 0,0);
227875 rc = sqlite3_exec(pSession->db, "SAVEPOINT changeset", 0, 0, 0);
227964 sqlite3_exec(db, "RELEASE changeset", 0, 0, 0);
229909 rc = sqlite3_exec(db, "SAVEPOINT replace_op", 0, 0, 0);
229923 rc = sqlite3_exec(db, "RELEASE replace_op", 0, 0, 0);
230022 rc = sqlite3_exec(db, "SAVEPOINT changeset_apply", 0, 0, 0);
230025 rc = sqlite3_exec(db, "PRAGMA defer_foreign_keys = 1", 0, 0, 0);
230158 sqlite3_exec(db, "PRAGMA defer_foreign_keys = 0", 0, 0, 0);
230162 rc = sqlite3_exec(db, "RELEASE changeset_apply", 0, 0, 0);
230164 sqlite3_exec(db, "ROLLBACK TO changeset_apply", 0, 0, 0);
230165 sqlite3_exec(db, "RELEASE changeset_apply", 0, 0, 0);
252898 rc = sqlite3_exec(db, zSql, 0, 0, pzErr);