MySQL 9.3.0
Source Code Documentation
mysql_column_types.h File Reference
#include <string>
#include <mysql.h>

Go to the source code of this file.

Classes

struct  helper::ColumnType
 

Namespaces

namespace  helper
 

Enumerations

enum  helper::JsonType {
  helper::kNull , helper::kBool , helper::kString , helper::kNumeric ,
  helper::kJson , helper::kBlob , helper::kObject
}
 

Functions

std::string helper::txt_from_mysql_column_type (const MYSQL_FIELD *field)
 
JsonType helper::from_mysql_column_string_type (const char *type)
 
ColumnType helper::from_mysql_txt_column_type (const char *type)
 
uint64_t helper::from_mysql_column_type_length (const char *type)
 
JsonType helper::from_mysql_column_type (const MYSQL_FIELD *type)
 
std::string helper::to_string (JsonType type)