iOS的SQLite的基础应用,带有详细注释,适合新手学习。

时间:2019-08-25 11:12:17
【文件属性】:
文件名称:iOS的SQLite的基础应用,带有详细注释,适合新手学习。
文件大小:74KB
文件格式:ZIP
更新时间:2019-08-25 11:12:17
SQLite -(void)openDB;//添加一个方法,用来打开数据库 -(void)createTestList;//添加一个方法,用来创建数据库表格 -(void)insertTable;//添加一个方法,用来往表格里添加数据 -(void)queryTable;//查询表格 -(void)deleteTable;//删除表格 -(void)updateTable;//更新表格
【文件预览】:
SQLite
----SQLite()
--------AppDelegate.h(277B)
--------ViewController.h(676B)
--------SQLite-Info.plist(2KB)
--------Base.lproj()
--------en.lproj()
--------SQLite-Prefix.pch(344B)
--------main.m(337B)
--------Images.xcassets()
--------AppDelegate.m(2KB)
--------.DS_Store(12KB)
--------ViewController.m(4KB)
----SQLiteTests()
--------SQLiteTests.m(633B)
--------en.lproj()
--------SQLiteTests-Info.plist(687B)
--------.DS_Store(6KB)
----SQLite.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(20KB)
--------xcuserdata()
----.DS_Store(6KB)
----.git()
--------HEAD(23B)
--------index(2KB)
--------COMMIT_EDITMSG(15B)
--------objects()
--------description(73B)
--------config(137B)
--------info()
--------hooks()
--------logs()
--------refs()
--------branches()

网友评论