OpenM++ runtime library (libopenm)
|
entity attribute item to write microdata into database or csv file More...
#include <runController.h>
Public Member Functions | |
EntityAttrItem (int i_attrId, int i_index) | |
attribute value to string converter for database insert | |
Public Attributes | |
int | attrId |
int | idxOf |
entity attribute metadata id | |
ptrdiff_t | rowOffset = 0 |
attribute index in EntityNameSizeArr | |
unique_ptr< IValueFormatter > | fmtValue |
attribute value offset in database row buffer | |
unique_ptr< IValueFormatter > | sqlFmtValue |
attribute value to string converter for csv output | |
entity attribute item to write microdata into database or csv file