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