|
DatabaseKit
0.5
|
#import <DBCreateTableQuery.h>
Instance Methods | |
| (instancetype) | - table: |
| (instancetype) | - columns: |
| (instancetype) | - as: |
| (BOOL) | - hasColumnNamed: |
Instance Methods inherited from DBWriteQuery | |
| (void) | - execute |
| (BOOL) | - execute: |
| (BOOL) | - executeOnConnection:error: |
Instance Methods inherited from DBQuery | |
| (BOOL) | - canCombineWithQuery: |
| (instancetype) | - combineWith: |
| (NSString *) | - stringRepresentation |
| (DBDeleteQuery *) | - delete |
| (DBInsertQuery *) | - insert: |
| (DBInsertQuery *) | - insertUsingSelect: |
| (DBInsertQuery *) | - insertUsingSelect:intoColumns: |
| (DBSelectQuery *) | - select: |
| (DBSelectQuery *) | - select |
| (DBUpdateQuery *) | - update: |
Properties | |
| NSString * | tableName |
| NSArray * | columns |
| DBSelectQuery * | queryToDeriveFrom |
Properties inherited from DBWriteQuery | |
| NSArray * | values |
Properties inherited from DBQuery | |
| DB * | database |
| NSArray * | columns |
Additional Inherited Members | |
Class Methods inherited from DBQuery | |
| (instancetype) | + withDatabase: |
| (NSArray *) | + combineQueries: |
Definition at line 5 of file DBCreateTableQuery.h.
| - (instancetype) as: | (DBSelectQuery *) | queryToDeriveFrom |
Definition at line 22 of file DBCreateTableQuery.m.
References queryToDeriveFrom.
| - (instancetype) columns: | (NSArray *) | columns |
Definition at line 15 of file DBCreateTableQuery.m.
References columns.
| - (BOOL) hasColumnNamed: | (NSString *) | name |
Definition at line 30 of file DBCreateTableQuery.m.
| - (instancetype) table: | (NSString *) | tableName |
Definition at line 8 of file DBCreateTableQuery.m.
References tableName.
|
readatomicassign |
Definition at line 7 of file DBCreateTableQuery.h.
Referenced by columns:.
|
readatomicassign |
Definition at line 8 of file DBCreateTableQuery.h.
Referenced by as:.
|
readatomicassign |
Definition at line 6 of file DBCreateTableQuery.h.
Referenced by table:.