Searched refs:sqlite3_db_readonly (Results 1 – 4 of 4) sorted by relevance
586 #define sqlite3_db_readonly sqlite3_api->db_readonly macro
3522 ** made to open it in read-only mode. [sqlite3_db_readonly()] can be6667 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N6671 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
26414 int bRdonly = sqlite3_db_readonly(p->db, azName[i*2]); in do_meta_command()
3835 ** made to open it in read-only mode. [sqlite3_db_readonly()] can be6980 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N6984 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);[all...]