Lines Matching refs:sqlite3_exec

686 ** The sqlite3_exec() interface is a convenience wrapper around
691 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
695 ** sqlite3_exec() is not NULL, then it is invoked for each result row
697 ** sqlite3_exec() is relayed through to the 1st argument of each
698 ** callback invocation. ^If the callback pointer to sqlite3_exec()
703 ** sqlite3_exec(), then execution of the current statement stops and
704 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
709 ** sqlite3_exec() after the error message string is no longer needed.
710 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
711 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter to
714 ** ^If an sqlite3_exec() callback returns non-zero, the sqlite3_exec()
718 ** ^The 2nd argument to the sqlite3_exec() callback function is the
719 ** number of columns in the result. ^The 3rd argument to the sqlite3_exec()
723 ** sqlite3_exec() callback is a NULL pointer. ^The 4th argument to the
724 ** sqlite3_exec() callback is an array of pointers to strings where each
728 ** ^If the 2nd parameter to sqlite3_exec() is a NULL pointer, a pointer
736 ** <li> The application must ensure that the 1st parameter to sqlite3_exec()
739 ** the 1st parameter to sqlite3_exec() while sqlite3_exec() is running.
741 ** the 2nd parameter of sqlite3_exec() while sqlite3_exec() is running.
746 SQLITE_API int sqlite3_exec(
2758 ** <li> [sqlite3_exec](db, "[VACUUM]", 0, 0, 0);
3448 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
3451 ** wrapper layer outside of the internal [sqlite3_exec()] call are not
4911 ** calls [sqlite3_exec()], then the following SQL statement would
54617 sqlite3_exec(db, "BEGIN IMMEDIATE; COMMIT;", 0, 0, 0);
65568 sqlite3_exec(db, "PRAGMA table_list",0,0,0);
95571 ** P1 is the result code returned by sqlite3_exec(), sqlite3_reset(),
101339 rc = sqlite3_exec(db, pOp->p4.z, 0, 0, &zErr);
101413 rc = sqlite3_exec(db, zSql, sqlite3InitCallback, &initData, 0);
122053 rc = sqlite3_exec(db, zSql, analysisLoader, &sInfo, 0);
122776 ** means that the SQL statement will never-run - the sqlite3_exec() call
125997 ** they will persist after the current sqlite3_exec() call returns.
138212 SQLITE_API int sqlite3_exec(
138282 ** sqlite3_exec() returns non-zero, then sqlite3_exec() will
138799 #define sqlite3_exec sqlite3_api->exec
139246 sqlite3_exec,
144094 rc = sqlite3_exec(db, zSql, sqlite3InitCallback, &initData, 0);
153650 ** interface routine of sqlite3_exec().
153670 int rc; /* Return code from sqlite3_exec() */
153782 rc = sqlite3_exec(db, zSql, sqlite3_get_table_cb, &res, pzErrMsg);
183731 ** Return the number of changes in the most recent call to sqlite3_exec().
189622 *pRc = sqlite3_exec(db, zSql, 0, 0, 0);
192985 rc = sqlite3_exec(pTab->db, zSql, 0, 0, 0);
205216 rc = sqlite3_exec(p->db, "SAVEPOINT fts3", 0, 0, 0);
205220 int rc2 = sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0);
205223 sqlite3_exec(p->db, "ROLLBACK TO fts3", 0, 0, 0);
205224 sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0);
214495 rc = sqlite3_exec(pRtree->db, zCreate, 0, 0, 0);
216694 rc = sqlite3_exec(pRtree->db, zSql, 0, 0, 0);
216859 rc = sqlite3_exec(db, zCreate, 0, 0, 0);
222126 rc = sqlite3_exec(p->dbMain,
222305 p->rc = sqlite3_exec(db, zSql, 0, 0, &p->zErrmsg);
224057 p->rc = sqlite3_exec(p->dbRbu, "BEGIN", 0, 0, 0);
224088 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, 0);
224270 p->rc = sqlite3_exec(p->dbMain, "SELECT * FROM sqlite_schema", 0, 0, 0);
224305 rc2 = sqlite3_exec(p->dbMain, "PRAGMA main.wal_checkpoint=restart", 0, 0,0);
224879 p->rc = sqlite3_exec(p->dbMain, "PRAGMA writable_schema=1", 0,0, &p->zErrmsg);
224890 p->rc = sqlite3_exec(p->dbMain, zSql, 0, 0, &p->zErrmsg);
224916 p->rc = sqlite3_exec(p->dbMain, "PRAGMA writable_schema=0",0,0,&p->zErrmsg);
224975 p->rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, &p->zErrmsg);
224978 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, &p->zErrmsg);
225342 p->rc = sqlite3_exec(p->dbRbu, "BEGIN", 0, 0, &p->zErrmsg);
225363 p->rc = sqlite3_exec(db, "BEGIN IMMEDIATE", 0, 0, &p->zErrmsg);
225372 p->rc = sqlite3_exec(
225491 p->rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, &p->zErrmsg);
225503 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, &p->zErrmsg);
225515 int rc2 = sqlite3_exec(p->dbRbu, "DELETE FROM stat.rbu_state", 0, 0, 0);
225626 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, 0);
225641 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, 0);
225644 rc = sqlite3_exec(p->dbRbu, zBegin, 0, 0, 0);
225646 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbMain, "BEGIN IMMEDIATE", 0, 0,0);
231156 rc = sqlite3_exec(pSession->db, "SAVEPOINT changeset", 0, 0, 0);
231245 sqlite3_exec(db, "RELEASE changeset", 0, 0, 0);
233191 rc = sqlite3_exec(db, "SAVEPOINT replace_op", 0, 0, 0);
233205 rc = sqlite3_exec(db, "RELEASE replace_op", 0, 0, 0);
233310 rc = sqlite3_exec(db, "SAVEPOINT changeset_apply", 0, 0, 0);
233313 rc = sqlite3_exec(db, "PRAGMA defer_foreign_keys = 1", 0, 0, 0);
233449 int rc2 = sqlite3_exec(db, "PRAGMA defer_foreign_keys = 0", 0, 0, 0);
233455 rc = sqlite3_exec(db, "RELEASE changeset_apply", 0, 0, 0);
233458 sqlite3_exec(db, "ROLLBACK TO changeset_apply", 0, 0, 0);
233459 sqlite3_exec(db, "RELEASE changeset_apply", 0, 0, 0);
257780 rc = sqlite3_exec(db, zSql, 0, 0, pzErr);