join - Does Core Data support VIEW in SQLite? -


would know if core data support creating view in sqlite3 database?

if not, join way can select data 2 tables (each of them has different table structure) ?

directly api can't. core data object storage, not database - if it's sqlite behind. anyway, can open coredata database standard sqlite , make direct queries on stored data. db structure easy understand.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -