gpt4 book ai didi

android - 你如何根据 SQLite 文档调整 Android 的 SQLite,例如杂注缓存大小?

转载 作者:太空狗 更新时间:2023-10-29 12:55:39 24 4
gpt4 key购买 nike

SQLite 文档在这里 http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html#pragmas看起来很有趣。有没有办法在 Android 中尝试它的建议?

最佳答案

引用 the SQLite documentation :

The PRAGMA statement is an SQL extension specific to SQLite and used to modify the operation of the SQLite library or to query the SQLite library for internal (non-table) data. The PRAGMA statement is issued using the same interface as other SQLite commands (e.g. SELECT, INSERT)

因此,我希望 SQLiteDatabase 上的 execSQL() 应该与不返回任何结果集的 PRAGMA 一起工作。

如果 PRAGMA 影响 SQLite 语句的编译,请尝试使用 SQLiteDatabasecompileStatement() 看看是否可行。我希望它映射到 SQLite C API 中的 sqlite3_prepare(),尽管我不确定这一点。

关于android - 你如何根据 SQLite 文档调整 Android 的 SQLite,例如杂注缓存大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7098152/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com