摘要: There are three main classes in FMDB: FMDatabase - Represents a single SQLite database. Used for executing SQL statements. FMResultSet - Represents the results of executing a query on an FMDatabase. FMDatabaseQueue - If you're wanting to perform queries and updates on multiple threads, you'll want to use this class. It's described in the "Thread Safety" section below. 阅读全文
posted @ 2013-11-04 11:36 采采00 阅读(429) 评论(0) 推荐(0) 编辑