Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_stmt_readonly

3332 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3347 ** directly, sqlite3_stmt_readonly() would still return true.)^
3350 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3354 ** sqlite3_stmt_readonly() to return true since, while those statements
3358 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
67562 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
97434 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
97828 sqlite3_stmt_readonly,