Atalasoft MobileImage API Reference
|
Used as part of custom export process, for passing Application Statistics table entries to your export handler code in the formatExportRow delegate method. More...
#import <kfxKUTAppStatsDaoField.h>
Properties | |
NSString * | fieldName |
The name of the field. More... | |
NSString * | fieldValue |
The value of the field. More... | |
KUTdaoFieldType | fieldType |
The type of the field (GUID, int, float, text, datetime) More... | |
KUTdaoTableType | tableType |
The type of the table (one of the tables defined in the Application Statistics database schema). More... | |
Used as part of custom export process, for passing Application Statistics table entries to your export handler code in the formatExportRow delegate method.
This data structure is used by the database export mechanism. If you define a custom export handler by implementing the formatExportRow delegate method, each of the tables will be exported, calling that delegate method for each row of data, and passing in an array of this data structure for custom handling by your exporter code.
|
readwritenonatomicstrong |
The name of the field.
|
readwritenonatomicassign |
The type of the field (GUID, int, float, text, datetime)
|
readwritenonatomicstrong |
The value of the field.
|
readwritenonatomicassign |
The type of the table (one of the tables defined in the Application Statistics database schema).