开发者

How to implement a Left Outer Join following Core Data Schema?

I am using Core Data to implement my ios local db. On it I have a temp entity and a p开发者_StackOverflow社区ermanent entity.

Is it possible to implement the left outer join concept on these two entities following the Core Data schema?


Core Data uses an entity relationship model for managing your data and has one of multiple persistence options that happens to be SQLite.

Rather than thinking of how you would solve a problem in SQL, think about how you would solve the problem using your data model. Then, if you have a question about how to use Core Data related to that, ask it here.

Short version: what are you trying to accomplish?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜