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