可以在 Android 中进行连接查询(例如获取联系人信息)吗?
- 是否可以进行连接查询,然后迭代结果?
如何 ?全部在同一个光标中? - 如何返回这样的查询结果?
- 例如,我应该如何获取姓名、电话号码
一次性获取联系人的电子邮件?
- Is it possible to make join queries and then iterate through the results ?
How ? all in the same Cursor ? - How to return the results of such a query ?
- For example, how should I proceed to get the name, phone number(s)
and email(s) of a contact in one shot?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 CursorJoiner。 http://developer.android.com/reference/android/database/CursorJoiner.html
Try CursorJoiner. http://developer.android.com/reference/android/database/CursorJoiner.html