Beispiel #1
0
 static public string sqlite3_db_filename(sqlite3 db, string att)
 {
     return(_imp.sqlite3_db_filename(db.ptr, att));
 }