예제 #1
0
 static public int sqlite3_db_readonly(sqlite3 db, string dbName)
 {
     return(_imp.sqlite3_db_readonly(db.ptr, dbName));
 }