示例#1
0
        internal static sqlite3_blob From(IntPtr p)
        {
            var h = new sqlite3_blob();

            h.SetHandle(p);
            return(h);
        }