luxlabs header browser preview


@interface CKSQLiteTOCTable : CKSQLiteTable

+ (Class)entryClass;
+ (id)dbProperties;
+ (id)dbTableName;

- (id)tocEntryWithGroupID:(id)a0 logicalTableName:(id)a1 error:(id *)a2;
- (id)validationTocEntriesWithGroupID:(id)a0 error:(id *)a1;
- (id)_tocEntriesWithGroupID:(id)a0 error:(id *)a1 label:(id)a2 properties:(id)a3;
- (BOOL)tableExists:(id)a0 error:(id *)a1;
- (id)tocEntriesWithGroupID:(id)a0 error:(id *)a1;

@end