#import <kfxKUTAppStatisticsDelegate.h>
|
(void) | - writeFileStatusEvent::withError:withMsg: |
| The writeFileStatusEvent delegate method reports on the status of writeToFile. If writeToFile is still in progress, it also reports the percent complete. Otherwise, it reports either write complete or write failed. In the case of failure, errorCode and errorMsg will contain a description of the specific failure. More...
|
|
(void) | - exportStatusEvent::withError:withMsg: |
| The exportStatusEvent delegate method reports on the status of the export sequence. If the export is still in progress, the method also reports the percent complete. Otherwise, it reports either export complete or export failed. In the case of failure, errorCode and errorMsg will contain a description of the specific failure. More...
|
|
(NSString *) | - formatExportRow:withFields: |
| The formatExportRow delegate method is an optional method to allow the application to format rows of the export file in a syntax different from the default MSSQL-compatible implementation. daoFields is an array of kfxKUTAppStatsDaoField objects. See the developer's guide for more information and examples. More...
|
|
(void) | - sizeThresholdReached:: |
| The sizeThreshold delegate method indicates that either the memory buffer or the file size has reached a threshold. More...
|
|
◆ exportStatusEvent::withError:withMsg:()
- (void) exportStatusEvent: |
|
(KUTappStatsExport) |
andProgress |
: |
|
(int) |
percentComplete |
withError: |
|
(int) |
errorCode |
withMsg: |
|
(NSString *) |
errorMsg |
|
|
| |
|
required |
The exportStatusEvent delegate method reports on the status of the export sequence. If the export is still in progress, the method also reports the percent complete. Otherwise, it reports either export complete or export failed. In the case of failure, errorCode and errorMsg will contain a description of the specific failure.
◆ formatExportRow:withFields:()
- (NSString *) formatExportRow: |
|
(NSString *) |
tableName |
withFields: |
|
(NSMutableArray *) |
daoFields |
|
|
| |
|
optional |
The formatExportRow delegate method is an optional method to allow the application to format rows of the export file in a syntax different from the default MSSQL-compatible implementation. daoFields is an array of kfxKUTAppStatsDaoField objects. See the developer's guide for more information and examples.
◆ sizeThresholdReached::()
The sizeThreshold delegate method indicates that either the memory buffer or the file size has reached a threshold.
◆ writeFileStatusEvent::withError:withMsg:()
- (void) writeFileStatusEvent: |
|
(KUTappStatsWriteFile) |
andProgress |
: |
|
(int) |
percentComplete |
withError: |
|
(int) |
errorCode |
withMsg: |
|
(NSString *) |
errorMsg |
|
|
| |
|
required |
The writeFileStatusEvent delegate method reports on the status of writeToFile. If writeToFile is still in progress, it also reports the percent complete. Otherwise, it reports either write complete or write failed. In the case of failure, errorCode and errorMsg will contain a description of the specific failure.
The documentation for this protocol was generated from the following file: