Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_exec

1369 ** The sqlite3_exec() interface is a convenience wrapper around
1374 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
1378 ** sqlite3_exec() is not NULL, then it is invoked for each result row
1380 ** sqlite3_exec() is relayed through to the 1st argument of each
1381 ** callback invocation. ^If the callback pointer to sqlite3_exec()
1386 ** sqlite3_exec(), then execution of the current statement stops and
1387 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
1392 ** sqlite3_exec() after the error message string is no longer needed.
1393 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
1394 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter to
1397 ** ^If an sqlite3_exec() callback returns non-zero, the sqlite3_exec()
1401 ** ^The 2nd argument to the sqlite3_exec() callback function is the
1402 ** number of columns in the result. ^The 3rd argument to the sqlite3_exec()
1406 ** sqlite3_exec() callback is a NULL pointer. ^The 4th argument to the
1407 ** sqlite3_exec() callback is an array of pointers to strings where each
1411 ** ^If the 2nd parameter to sqlite3_exec() is a NULL pointer, a pointer
1419 ** <li> The application must ensure that the 1st parameter to sqlite3_exec()
1422 ** the 1st parameter to sqlite3_exec() while sqlite3_exec() is running.
1424 ** the 2nd parameter of sqlite3_exec() while sqlite3_exec() is running.
1427 SQLITE_API int sqlite3_exec(
3501 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
3504 ** wrapper layer outside of the internal [sqlite3_exec()] call are not
3577 ** sqlite3_exec(db, zSQL, 0, 0, 0);
3605 ** sqlite3_exec(db, zSQL, 0, 0, 0);
4072 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
4785 ** calls [sqlite3_exec()], then the following SQL statement would
80902 ** P1 is the result code returned by sqlite3_exec(), sqlite3_reset(),
85545 rc = sqlite3_exec(db, pOp->p4.z, 0, 0, 0);
85593 rc = sqlite3_exec(db, zSql, sqlite3InitCallback, &initData, 0);
100733 rc = sqlite3_exec(db, zSql, analysisLoader, &sInfo, 0);
101406 ** means that the SQL statement will never-run - the sqlite3_exec() call
103735 ** they will persist after the current sqlite3_exec() call returns.
113130 SQLITE_API int sqlite3_exec(
113201 ** sqlite3_exec() returns non-zero, then sqlite3_exec() will
113645 #define sqlite3_exec sqlite3_api->exec
114026 sqlite3_exec,
118084 rc = sqlite3_exec(db, zSql, sqlite3InitCallback, &initData, 0);
124751 ** interface routine of sqlite3_exec().
124771 int rc; /* Return code from sqlite3_exec() */
124883 rc = sqlite3_exec(db, zSql, sqlite3_get_table_cb, &res, pzErrMsg);
144313 ** Return the number of changes in the most recent call to sqlite3_exec().
149345 *pRc = sqlite3_exec(db, zSql, 0, 0, 0);
164567 rc = sqlite3_exec(p->db, "SAVEPOINT fts3", 0, 0, 0);
164571 int rc2 = sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0);
164574 sqlite3_exec(p->db, "ROLLBACK TO fts3", 0, 0, 0);
164575 sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0);
168019 rc = sqlite3_exec(pRtree->db, zCreate, 0, 0, 0);
170236 rc = sqlite3_exec(pRtree->db, zSql, 0, 0, 0);
170378 rc = sqlite3_exec(db, zCreate, 0, 0, 0);
171021 check.rc = sqlite3_exec(db, "BEGIN", 0, 0, 0);
171055 int rc = sqlite3_exec(db, "END", 0, 0, 0);
173557 rc = sqlite3_exec(p->dbMain,
173734 p->rc = sqlite3_exec(db, zSql, 0, 0, &p->zErrmsg);
175107 p->rc = sqlite3_exec(p->dbRbu, "BEGIN", 0, 0, 0);
175138 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, 0);
175318 p->rc = sqlite3_exec(p->dbMain, "SELECT * FROM sqlite_master", 0, 0, 0);
175353 rc2 = sqlite3_exec(p->dbMain, "PRAGMA main.wal_checkpoint=restart", 0, 0,0);
175904 p->rc = sqlite3_exec(p->dbMain, "PRAGMA writable_schema=1", 0,0, &p->zErrmsg);
175915 p->rc = sqlite3_exec(p->dbMain, zSql, 0, 0, &p->zErrmsg);
175941 p->rc = sqlite3_exec(p->dbMain, "PRAGMA writable_schema=0",0,0,&p->zErrmsg);
176000 p->rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, &p->zErrmsg);
176003 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, &p->zErrmsg);
176362 p->rc = sqlite3_exec(p->dbRbu, "BEGIN", 0, 0, &p->zErrmsg);
176383 p->rc = sqlite3_exec(db, "BEGIN IMMEDIATE", 0, 0, &p->zErrmsg);
176392 p->rc = sqlite3_exec(
176498 p->rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, &p->zErrmsg);
176510 p->rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, &p->zErrmsg);
176522 int rc2 = sqlite3_exec(p->dbRbu, "DELETE FROM stat.rbu_state", 0, 0, 0);
176633 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbMain, "COMMIT", 0, 0, 0);
176648 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbRbu, "COMMIT", 0, 0, 0);
176649 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbRbu, "BEGIN IMMEDIATE", 0, 0, 0);
176650 if( rc==SQLITE_OK ) rc = sqlite3_exec(p->dbMain, "BEGIN IMMEDIATE", 0, 0,0);
181064 rc = sqlite3_exec(pSession->db, "SAVEPOINT changeset", 0, 0, 0);
181154 sqlite3_exec(db, "RELEASE changeset", 0, 0, 0);
182778 rc = sqlite3_exec(db, "SAVEPOINT replace_op", 0, 0, 0);
182792 rc = sqlite3_exec(db, "RELEASE replace_op", 0, 0, 0);
182882 rc = sqlite3_exec(db, "SAVEPOINT changeset_apply", 0, 0, 0);
182884 rc = sqlite3_exec(db, "PRAGMA defer_foreign_keys = 1", 0, 0, 0);
183009 sqlite3_exec(db, "PRAGMA defer_foreign_keys = 0", 0, 0, 0);
183012 rc = sqlite3_exec(db, "RELEASE changeset_apply", 0, 0, 0);
183014 sqlite3_exec(db, "ROLLBACK TO changeset_apply", 0, 0, 0);
183015 sqlite3_exec(db, "RELEASE changeset_apply", 0, 0, 0);
203633 rc = sqlite3_exec(db, zSql, 0, 0, pzErr);