Ejemplo n.º 1
0
 static public void sqlite3_commit_hook(sqlite3 db, delegate_commit f, object v)
 {
     _imp.sqlite3_commit_hook(db.ptr, f, v);
 }