Lines Matching refs:sqlite3_stmt_readonly
4297 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
4312 ** directly, sqlite3_stmt_readonly() would still return true.)^
4315 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
4319 ** sqlite3_stmt_readonly() to return true since, while those statements
4322 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
4325 ** sqlite3_stmt_readonly() returns false for those commands.
4331 ** makes it a no-op, but the sqlite3_stmt_readonly() result would still
4334 ** sqlite3_stmt_readonly() still returns false for such a statement.
4337 ** statement, then sqlite3_stmt_readonly(X) returns the same value as
4340 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);