DatabaseKit
0.5
|
#import <DBAlterTableQuery.h>
Instance Methods | |
(instancetype) | - rename: |
(instancetype) | - appendColumns: |
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 * | nameToRenameTo |
NSArray * | columnsToAppend |
Properties inherited from DBWriteQuery | |
NSArray * | values |
Properties inherited from DBQuery | |
DB * | database |
NSArray * | columns |
Properties inherited from <DBTableQuery> | |
DBTable * | table |
Additional Inherited Members | |
Class Methods inherited from DBQuery | |
(instancetype) | + withDatabase: |
(NSArray *) | + combineQueries: |
Class Methods inherited from <DBTableQuery> | |
(instancetype) | + withTable: |
Definition at line 4 of file DBAlterTableQuery.h.
- (instancetype) appendColumns: | (NSArray *) | columns |
Definition at line 13 of file DBAlterTableQuery.m.
References DBQuery::columns.
- (instancetype) rename: | (NSString *) | name |
Definition at line 7 of file DBAlterTableQuery.m.
|
readatomicassign |
Definition at line 6 of file DBAlterTableQuery.h.
|
readatomicassign |
Definition at line 5 of file DBAlterTableQuery.h.