Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_stmt_readonly

3754 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3769 ** directly, sqlite3_stmt_readonly() would still return true.)^
3772 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3776 ** sqlite3_stmt_readonly() to return true since, while those statements
3779 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
3782 ** sqlite3_stmt_readonly() returns false for those commands.
3784 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);