SQLite数据访问

来源:互联网 发布:淘宝怎么修改差评 编辑:程序博客网 时间:2024/04/29 09:44

execSQL->executeSql->executeUpdateDelete->native_executeSql

最终会通过JNI调到sqlite3_exec(存在于external文件夹中)

出错处理:android_database_SQLiteDatabase.cpp中的throw_sqlite3_exception函数