Searched refs:sqlite3_stmt_readonly (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h2899 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
2914 ** directly, sqlite3_stmt_readonly() would still return true.)^
2917 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
2921 ** sqlite3_stmt_readonly() to return true since, while those statements
2925 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dsqlite3.c3452 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3467 ** directly, sqlite3_stmt_readonly() would still return true.)^
3470 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3474 ** sqlite3_stmt_readonly() to return true since, while those statements
3478 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
62820 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
[all...]

Completed in 431 milliseconds