コード例 #1
0
        // ----------------------------------------------------------------

        int ISQLite3Provider.sqlite3_close(IntPtr db)
        {
            return(SQLite3RuntimeProvider.sqlite3_close(db.ToInt64()));
        }