DatabaseKit
0.5
|
#import <DBIndex.h>
Instance Methods | |
(BOOL) | - addToTable:error: |
Class Methods | |
(instancetype) | + indexWithName:onColumns:unique: |
Properties | |
BOOL | unique |
NSString * | name |
NSArray * | columns |
- (BOOL) addToTable: | (DBTable *) | table | |
error: | (NSError **) | outErr | |
+ (instancetype) indexWithName: | (NSString *) | name | |
onColumns: | (NSArray *) | columns | |
unique: | (BOOL) | unique | |
|
readatomicassign |
Definition at line 8 of file DBIndex.h.
Referenced by indexWithName:onColumns:unique:.
|
readatomicassign |
Definition at line 7 of file DBIndex.h.
Referenced by indexWithName:onColumns:unique:.
|
readatomicassign |
Definition at line 6 of file DBIndex.h.
Referenced by indexWithName:onColumns:unique:.