DatabaseKit
0.5
|
#import <DBDeleteQuery.h>
Additional Inherited Members | |
Instance Methods inherited from DBWriteQuery | |
(void) | - execute |
(BOOL) | - execute: |
(BOOL) | - executeOnConnection:error: |
Instance Methods inherited from <DBFilterableQuery> | |
(instancetype) | - where: |
(instancetype) | - where:arguments: |
(instancetype) | - narrow: |
(instancetype) | - withPredicate: |
Class Methods inherited from DBQuery | |
(instancetype) | + withDatabase: |
(NSArray *) | + combineQueries: |
Class Methods inherited from <DBTableQuery> | |
(instancetype) | + withTable: |
Properties inherited from DBWriteQuery | |
NSArray * | values |
Properties inherited from <DBTableQuery> | |
DBTable * | table |
Properties inherited from <DBFilterableQuery> | |
NSPredicate * | where |
Definition at line 3 of file DBDeleteQuery.h.