DatabaseKit
0.5
|
#import <DBInsertQuery.h>
Instance Methods | |
(instancetype) | - or: |
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 | |
DBFallback | fallback |
DBSelectQuery * | sourceQuery |
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 12 of file DBInsertQuery.h.
- (instancetype) or: | (DBFallback) | aFallback |
|
readatomicassign |
Definition at line 13 of file DBInsertQuery.h.
|
readatomicassign |
Definition at line 14 of file DBInsertQuery.h.