Beispiel #1
0
 static public int sqlite3_busy_timeout(sqlite3 db, int ms)
 {
     return(_imp.sqlite3_busy_timeout(db.ptr, ms));
 }