sqllite操作
android 数据库操作 查询:select id,name from t_student; 更新:update t_student set name=’verygood’ where id=2; 删除:delete from t_student where id=2; 排序:select id,name from t_student order by id desc;
文件列表
sqllite 操作
(预估有个123文件)
.gitignore
135B
.gitmodules
999B
net_sqlcipher_database_SQLiteQuery.cpp
13KB
net_sqlcipher_database_SQLiteStatement.cpp
4KB
net_sqlcipher_CursorWindow.cpp
24KB
net_sqlcipher_database_SQLiteDebug.cpp
6KB
android_util_Binder.cpp
56KB
CursorWindow.cpp
12KB
net_sqlcipher_database_SQLiteCompiledSql.cpp
4KB
net_sqlcipher_database_SQLiteDatabase.cpp
26KB
暂无评论