#include <SQLDataSerialization.hpp>
Public Attributes | |
bool | as_bool |
for booleans and bits | |
uint8_t | as_byte |
for bytes | |
int32_t | as_int |
for integers | |
int64_t | as_long |
for longs | |
float | as_float |
for floats | |
double | as_double |
for doubles | |
void * | as_other |
for all other types |