示例1: Close staticvoidClose(refsqlite3 db){if(db ==null) {return; }try{// Close any open statements, otherwise the// sqlite connection won't actually close.sqlite3_stmt next =null;while((next = db.next_stmt(next))!=null) { next.Dispose(); } db.close(); Log.W(Tag,"db connec...