int sqlite3_db_readonly(sqlite3 * db,const char * zDbName);
如果连接D的数据库N是只读的,则sqlite3_db_readonly(D,N)接口返回1;如果它是读/写的,则返回0;如果N不是连接D上的数据库的名称,则返回-1。
另请参见 对象, 常量和 函数的列表。