OpenM++ data library: db value classes access value rows: input parameter, accumulator or expression tables.
More...
|
template<typename TValue > |
int | openm::FormatHandler (const void *i_value, size_t i_size, char *io_buffer, const char *i_format) |
| convert value to string using snprintf: integer and float values.
|
|
template<typename TValue > |
int | openm::FloatSqlFormatHandler (const void *i_value, size_t i_size, char *io_buffer, const char *i_format) |
| convert value to string using snprintf: integer and float values.
|
|
int | openm::BoolFormatHandler (const void *i_value, size_t i_size, char *io_buffer) |
| convert bool value to string: return "true" or "false" More...
|
|
int | openm::BoolSqlFormatHandler (const void *i_value, size_t i_size, char *io_buffer) |
| convert bool value to SQL constant: return "1" or "0"
|
|
int | openm::StrFormatHandler (const void *i_value, size_t i_size, char *io_buffer) |
| convert value to string: make a copy of source string More...
|
|
int | openm::StrSqlFormatHandler (const void *i_value, size_t i_size, char *io_buffer) |
| convert string value into SQL constant: return 'quoted source value'
|
|
OpenM++ data library: db value classes access value rows: input parameter, accumulator or expression tables.