Searched refs:sqlite3_stmt_readonly (Results 1 – 9 of 9) sorted by relevance
14 # sqlite3_stmt_readonly and sqlite3_stmt_busy interfaces.99 set rc [sqlite3_stmt_readonly $STMT]105 # EXPLAIN QUERY PLAN statement, then sqlite3_stmt_readonly(X) returns112 set rc [sqlite3_stmt_readonly $STMT]119 set rc [sqlite3_stmt_readonly $STMT]125 # EVIDENCE-OF: R-23332-64992 The sqlite3_stmt_readonly(X) interface143 sqlite3_stmt_readonly 0159 # sqlite3_stmt_readonly() still returns false for such a statement.181 # sqlite3_stmt_readonly() to return true, since the statements190 # EVIDENCE-OF: R-36961-63052 The sqlite3_stmt_readonly() interface[all …]
233 pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p); in stmtFilter()
299 if( !sqlite3_stmt_readonly(pStmt) ){ in sha1QueryFunc()
619 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
390 sqlite3_stmt_readonly,
583 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
1779 int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ in sqlite3_stmt_readonly() function
2694 rc = sqlite3_stmt_readonly(pStmt); in test_stmt_readonly()2773 sqlite3_stmt_readonly(pStmt); in uses_stmt_journal()
4283 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if4298 ** directly, sqlite3_stmt_readonly() would still return true.)^4301 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,4305 ** sqlite3_stmt_readonly() to return true since, while those statements4308 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since4311 ** sqlite3_stmt_readonly() returns false for those commands.4317 ** makes it a no-op, but the sqlite3_stmt_readonly() result would still4320 ** sqlite3_stmt_readonly() still returns false for such a statement.4323 ** statement, then sqlite3_stmt_readonly(X) returns the same value as4326 int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);