Home
last modified time | relevance | path

Searched refs:sqlite3_stmt_readonly (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/test/
H A Dcapi3d.test14 # 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) returns
112 set rc [sqlite3_stmt_readonly $STMT]
119 set rc [sqlite3_stmt_readonly $STMT]
125 # EVIDENCE-OF: R-23332-64992 The sqlite3_stmt_readonly(X) interface
143 sqlite3_stmt_readonly 0
159 # sqlite3_stmt_readonly() still returns false for such a statement.
181 # sqlite3_stmt_readonly() to return true, since the statements
190 # EVIDENCE-OF: R-36961-63052 The sqlite3_stmt_readonly() interface
[all …]
/sqlite-3.40.0/ext/misc/
H A Dstmt.c233 pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p); in stmtFilter()
H A Dsha1.c299 if( !sqlite3_stmt_readonly(pStmt) ){ in sha1QueryFunc()
H A Dshathree.c619 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
/sqlite-3.40.0/src/
H A Dloadext.c390 sqlite3_stmt_readonly,
H A Dsqlite3ext.h583 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dvdbeapi.c1779 int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ in sqlite3_stmt_readonly() function
H A Dtest1.c2694 rc = sqlite3_stmt_readonly(pStmt); in test_stmt_readonly()
2773 sqlite3_stmt_readonly(pStmt); in uses_stmt_journal()
H A Dsqlite.h.in4283 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
4298 ** 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 statements
4308 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
4311 ** sqlite3_stmt_readonly() returns false for those commands.
4317 ** makes it a no-op, but the sqlite3_stmt_readonly() result would still
4320 ** sqlite3_stmt_readonly() still returns false for such a statement.
4323 ** statement, then sqlite3_stmt_readonly(X) returns the same value as
4326 int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);