DBSoapCSV class documentation

Authors

Generated by multix

Software documentation for the DBSoapCSV class

DBSoapCSV : NSObject

Declared in:
DBSoapCSV.h
Description forthcoming.

Instance Variables

Method summary

create: fromReader: progressMonitor: 

- (NSMutableArray*) create: (NSString*)objectName fromReader: (DBCSVReader*)reader progressMonitor: (id<DBProgressProtocol>)p;
Description forthcoming.

deleteFromReader: progressMonitor: 

- (NSMutableArray*) deleteFromReader: (DBCSVReader*)reader progressMonitor: (id<DBProgressProtocol>)p;
Description forthcoming.

describeSObject: toWriter: 

- (void) describeSObject: (NSString*)objectType toWriter: (DBFileWriter*)writer;
Description forthcoming.

query: queryAll: toWriter: progressMonitor: 

- (void) query: (NSString*)queryString queryAll: (BOOL)all toWriter: (DBFileWriter*)writer progressMonitor: (id<DBProgressProtocol>)p;
Description forthcoming.

queryIdentify: queryAll: fromReader: toWriter: withBatchSize: progressMonitor: 

- (void) queryIdentify: (NSString*)queryString queryAll: (BOOL)all fromReader: (DBCSVReader*)reader toWriter: (DBFileWriter*)writer withBatchSize: (int)bSize progressMonitor: (id<DBProgressProtocol>)p;
See DBSoap for informations about the batch size parameter. The batch size parameter affects

setDBSoap: 

- (void) setDBSoap: (DBSoap*)dbs;
Description forthcoming.

update: fromReader: progressMonitor: 

- (NSMutableArray*) update: (NSString*)objectName fromReader: (DBCSVReader*)reader progressMonitor: (id<DBProgressProtocol>)p;
Description forthcoming.



Instance Variables for DBSoapCSV Class

db

@protected DBSoap* db;
Description forthcoming.

logger

@protected id logger;
Description forthcoming.