Android Sqlite问题
有人知道一旦关闭设备电源,SQLITE 数据库中保存的数据是否仍保留在那里?如果没有,我该如何保存该数据,以便当我重新打开设备时可以使用 提前致谢
Does someone knows if the data saved in the SQLITE database stays there once you power off the device? if it doesn't how can i save that data so that when i turn the device back on is available for use
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,确实如此。成为持久存储是其主要目的。
Yes it does. Being a persistent store is its primary purpose.