Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我已经进行了 3 个查询(产生 3 个游标),然后我使用MergeCursor该类合并了游标。但是,这导致光标重复,我似乎找不到删除它们的方法?解决此问题的理想方法是什么?
MergeCursor
游标是绑定到 ResultSet 的对象,而不是其中的数据。如果三个结果集具有相同的键,则需要获取它们的主键以对行进行重复数据删除 - Cursor 实现不提供此功能。有几个选项,这里命名了两个: