简体   繁体   中英

ResultSet Column Count in FMDB

有什么方法可以从FMResultSet行中获取列数?

The FMResultSet implements following function:

- (int)columnCount;

However, I can barely think of any scenario where you are not aware of the column count of your query. Please do not use SELECT * (except debugging).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM