-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBLDBAlbumMediaJoin.h
46 lines (41 loc) · 2.06 KB
/
BLDBAlbumMediaJoin.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "BLDBGenericModel.h"
@interface BLDBAlbumMediaJoin : BLDBGenericModel
{
unsigned int m_albumKey;
unsigned int m_mediaKey;
unsigned int m_type;
unsigned int m_index;
}
+ (id)sortModelListByAscendingAlbumKeys:(id)fp8;
+ (id)mediaKeyIndexSetWithAlbumKey:(unsigned int)fp8 inModelList:(id)fp12 abortBlock:(id)fp(null);
+ (id)indexesWithAlbumKey:(unsigned int)fp8 inModelList:(id)fp12 abortBlock:(id)fp(null);
+ (id)mediaKeysWithAlbumKey:(unsigned int)fp8 inModelList:(id)fp12 abortBlock:(id)fp(null);
+ (id)modelsWithAlbumKey:(unsigned int)fp8 inModelList:(id)fp12 atIndexes:(id *)fp16 abortBlock:(id)fp(null);
+ (BOOL)isMediaKey:(unsigned int)fp8 inAlbumKeyIndexSet:(id)fp12 withModelList:(id)fp16 abortBlock:(id)fp(null);
+ (id)albumKeyIndexSetWithMediaKey:(unsigned int)fp8 type:(int)fp12 inModelList:(id)fp16 abortBlock:(id)fp(null);
+ (id)albumKeysWithMediaKey:(unsigned int)fp8 type:(int)fp12 inModelList:(id)fp16 abortBlock:(id)fp(null);
+ (id)modelWithAlbumKey:(unsigned int)fp8 mediaKey:(unsigned int)fp12 inModelList:(id)fp16 abortBlock:(id)fp(null);
+ (id)albumKeysInModelList:(id)fp8 abortBlock:(id)fp(null);
+ (int)endUpdateTableRowsWithDB:(struct sqlite3 *)fp8 attributes:(id)fp12 schema:(int)fp16 stmt:(struct sqlite3_stmt *)fp20 accessLock:(id)fp24;
+ (int)updateModel:(id)fp8 withAttributes:(id)fp12 schema:(int)fp16 stepData:(struct sqlite3_stmt *)fp20;
+ (int)beginUpdateTableRowsWithDB:(struct sqlite3 *)fp8 attributes:(id)fp12 schema:(int)fp16 stmt:(struct sqlite3_stmt **)fp20 accessLock:(id)fp24;
+ (id)tableAttributesWithSchema:(int)fp8;
+ (id)tableNameWithSchema:(int)fp8;
- (void)setIndex:(unsigned int)fp8;
- (unsigned int)index;
- (void)setType:(unsigned int)fp8;
- (unsigned int)type;
- (void)setMediaKey:(unsigned int)fp8;
- (unsigned int)mediaKey;
- (void)setAlbumKey:(unsigned int)fp8;
- (unsigned int)albumKey;
- (id)copyWithZone:(struct _NSZone *)fp8;
- (BOOL)isEqual:(id)fp8;
- (id)description;
- (void)dealloc;
@end