Home
last modified time | relevance | path

Searched refs:sqlite3_db_readonly (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h586 #define sqlite3_db_readonly sqlite3_api->db_readonly macro
H A Dsqlite3.h3522 ** made to open it in read-only mode. [sqlite3_db_readonly()] can be
6667 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N
6671 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
H A Dshell.c26414 int bRdonly = sqlite3_db_readonly(p->db, azName[i*2]); in do_meta_command()
H A Dsqlite3.c3835 ** made to open it in read-only mode. [sqlite3_db_readonly()] can be
6980 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N
6984 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
[all...]