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
相关文章
相关标签/搜索