August 1,2005
Cocoa & SQLite
最近因為某計畫準備開始動作,目前正在做預備研讀
資料庫的部分正在考慮XML或是SQLite挑一個
XML之前印像中有看到相關的Cocoa物件,於是先找 SQLite 的部分
嗯,當然先拜請咕狗大神 Google:// [Cocoa] [SQLite]
:
:
After 30 sec
:
:
addPersistentStoreWithType:configuration:URL:options:error:
The store type is a string constant such as NSSQLiteStoreType.
啥? NSSQLiteStoreType? 那還有支援啥米?
:
:
After another 30 sec
:
:
Persistent Store Type | Description | Availability |
|---|---|---|
A SQLite database. | Mac OS X v10.4 and later. | |
An XML file. | Mac OS X v10.4 and later. | |
A binary file. | Mac OS X v10.4 and later. | |
An in-memory store. | Mac OS X v10.4 and later. |
全……全包了是吧(汗),真是好樣的 Cocoa,這樣會讓人越來越懶啊ORZ
引用URL
http://cgi.blog.roodo.com/trackback/328005