|
static const auto & | helper::get_txt_type_mapping () |
|
static std::string | helper::appedn_unsigned (const MYSQL_FIELD *field) |
|
static std::string | helper::append_length (const MYSQL_FIELD *field) |
|
static std::string | helper::append_length_dec (const MYSQL_FIELD *field) |
|
std::string | helper::txt_from_mysql_column_type (const MYSQL_FIELD *field) |
|
JsonType | helper::from_mysql_column_type (const MYSQL_FIELD *type) |
|
void | helper::remove_suffix_after (std::string_view &v, char c) |
|
ColumnType | helper::from_mysql_txt_column_type (const char *type) |
|
uint64_t | helper::from_mysql_column_type_length (const char *type) |
|
std::string | helper::to_string (JsonType type) |
|