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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h2958 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
2973 ** directly, sqlite3_stmt_readonly() would still return true.)^
2976 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
2980 ** sqlite3_stmt_readonly() to return true since, while those statements
2984 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dsqlite3.c3508 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3523 ** directly, sqlite3_stmt_readonly() would still return true.)^
3526 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3530 ** sqlite3_stmt_readonly() to return true since, while those statements
3534 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
63917 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
[all...]

Completed in 494 milliseconds