In my subclass of SQLitePersistentObject to add my
+dictionariesForProperties:withCriteria:sortedBy: method, I needed the
following private methods.
Please expose them in the headers:
+ (void)tableCheck;
- (void)makeClean;
- (void)markDirty;
- (BOOL)isDirty;
The +tableCheck method could be omitted if you instead provide other methods to
perform a
query and step through the results.
Original issue reported on code.google.com by goo...@dejal.com on 6 Mar 2009 at 10:23
Original issue reported on code.google.com by
goo...@dejal.com
on 6 Mar 2009 at 10:23