DatabaseKit  0.5
DBColumnDefinition Class Reference

#import <DBColumnDefinition.h>

Inheritance diagram for DBColumnDefinition:
[legend]
Collaboration diagram for DBColumnDefinition:
[legend]

Class Methods

(instancetype) + columnWithName:type:constraints:
 

Properties

NSString * name
 
DBType type
 
NSArray * constraints
 

Additional Inherited Members

- Instance Methods inherited from <DBSQLRepresentable>
(NSString *) - sqlRepresentationForQuery:withParameters:
 

Detailed Description

Definition at line 22 of file DBColumnDefinition.h.

Method Documentation

+ (instancetype) columnWithName: (NSString *)  name
type: (DBType)  type
constraints: (NSArray *)  constraints 

Definition at line 8 of file DBColumnDefinition.m.

References constraints, name, and type.

Property Documentation

- (NSArray*) constraints
readatomicassign

Definition at line 25 of file DBColumnDefinition.h.

Referenced by columnWithName:type:constraints:.

- (NSString*) name
readatomicassign

Definition at line 23 of file DBColumnDefinition.h.

Referenced by columnWithName:type:constraints:.

- (DBType) type
readatomicassign

Definition at line 24 of file DBColumnDefinition.h.

Referenced by columnWithName:type:constraints:.


The documentation for this class was generated from the following files: