Пример #1
0
        internal bool KVMoveToLastEntry(IntPtr cursor)
        {
            int res = Libunqlite.unqlite_kv_cursor_last_entry(cursor);

            return(res == 0);
        }