Monotone-Parent: 54ac2dbf42dee286f64da8b9b3c4567570b00258

Monotone-Revision: dbc58efbc938f11a813baa01021a534ed90f70b8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-13T17:48:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-08-13 17:48:18 +00:00
parent 5557c01b99
commit 57afca1c74
3 changed files with 67 additions and 1 deletions
+3 -1
View File
@@ -73,10 +73,12 @@ typedef enum {
/* automatically set from actions */
- (BOOL) deleted;
- (void) changePathTo: (NSString *) newPath;
/* db helpers */
- (EOAdaptor *) tableChannelAdaptor;
- (NSArray *) performSQLQuery: (NSString *) sql;
- (BOOL) performBatchSQLQueries: (NSArray *) queries;
@end