Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_stmt_readonly

4778 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
4793 ** directly, sqlite3_stmt_readonly() would still return true.)^
4796 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
4800 ** sqlite3_stmt_readonly() to return true since, while those statements
4803 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
4806 ** sqlite3_stmt_readonly() returns false for those commands.
4808 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
79341 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
113784 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
114223 sqlite3_stmt_readonly,
207467 sqlite3_result_int(ctx, sqlite3_stmt_readonly(pCur->pStmt));