OpenM++ runtime library (libopenm)
|
converter for value column (parameter, accumulator or expression value) to string More...
#include <dbCommon.h>
Public Member Functions | |
virtual const char * | formatValue (const void *i_value, bool i_isNull=false)=0 |
convert value to string using snprintf. More... | |
converter for value column (parameter, accumulator or expression value) to string
|
pure virtual |
convert value to string using snprintf.
[in] | i_value | db-field value, casted to the target column type |
[in] | i_isNull | if true then value is NULL and return is "null" |
Implemented in openm::ValueFormatterBase< valueLen >.