FMDB中判斷Sqlite的表是否存在

- (BOOL) isTableOK:(NSString *)tableName { FMResultSet *rs = [self.DB executeQuery:@"select count(*) as 'count' from sqlite_master where type ='table' and name = ?", tableName]; while ([rs nex
相關文章
相關標籤/搜索