拉动“创建”来自 SQLite3 数据库的字符串
有没有一种简单的方法可以从 Android 中的每个表中获取 CREATE 字符串,而不是在 onCreate 覆盖中重新定义它们。我很恼火,只解析每个表的整个内容,但我希望有一种我还没有找到的更简单的方法。
Is there a simple way to get the CREATE string from each of your tables in Android instead of redefining them in onCreate override. I am annoyed enough to just parse the whole thing for each table, but I am hoping there is an easier way I have not found yet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用内置表
sqlite_master
请参阅:SQLite3 FAQ #7
Use built-in table
sqlite_master
See: SQLite3 FAQ #7