Lines Matching refs:sqlite3_stmt_readonly
4603 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
4618 ** directly, sqlite3_stmt_readonly() would still return true.)^
4621 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
4625 ** sqlite3_stmt_readonly() to return true since, while those statements
4628 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
4631 ** sqlite3_stmt_readonly() returns false for those commands.
4637 ** makes it a no-op, but the sqlite3_stmt_readonly() result would still
4640 ** sqlite3_stmt_readonly() still returns false for such a statement.
4643 ** statement, then sqlite3_stmt_readonly(X) returns the same value as
4646 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
89680 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
118653 ** prepared statement to return false for sqlite3_stmt_readonly(). This
118656 ** will return false for sqlite3_stmt_readonly() even if that statement
132512 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
133013 sqlite3_stmt_readonly,
244495 pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p);