|
|
1.1 root 1:
2: #import "TableDataSource.h"
3:
4: @interface TableDataSource (Private)
5:
6: - initWithTable:(NSString *)tablePath primaryKey:(NSString *)primaryKey qualifierKeys:(NSArray *)qualifiers;
7: - createSnapshot;
8: - createLookupTables:(NSArray *)qualifiers;
9: - createLookupTableForQualifierKey:(NSString *)key;
10: - (BOOL)isValidNewPrimaryKey:(NSNumber *)number;
11: - (NSMutableArray *)eosArrayToGenericRecordsArray:(NSArray *)eoArray;
12: - modifyLookupTables;
13: - (NSNumber *)findNextPrimaryKey;
14: - (BOOL)forceSaveObjects;
15: int eoSort(id eo1, id eo2, void *context);
16:
17: @end
18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.