DatabaseKit
0.5
|
#import <DBColumnDefinition.h>
Class Methods | |
(instancetype) | + columnWithName:type:constraints: |
Properties | |
NSString * | name |
DBType | type |
NSArray * | constraints |
Additional Inherited Members | |
Instance Methods inherited from <DBSQLRepresentable> | |
(NSString *) | - sqlRepresentationForQuery:withParameters: |
Definition at line 22 of file DBColumnDefinition.h.
+ (instancetype) columnWithName: | (NSString *) | name | |
type: | (DBType) | type | |
constraints: | (NSArray *) | constraints | |
Definition at line 8 of file DBColumnDefinition.m.
References constraints, name, and type.
|
readatomicassign |
Definition at line 25 of file DBColumnDefinition.h.
Referenced by columnWithName:type:constraints:.
|
readatomicassign |
Definition at line 23 of file DBColumnDefinition.h.
Referenced by columnWithName:type:constraints:.
|
readatomicassign |
Definition at line 24 of file DBColumnDefinition.h.
Referenced by columnWithName:type:constraints:.