Exemplo n.º 1
0
 static public int sqlite3_extended_result_codes(sqlite3 db, int onoff)
 {
     return(_imp.sqlite3_extended_result_codes(db.ptr, onoff));
 }