MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
column.cc File Reference
#include "database/column.h"
#include <cassert>
#include <sstream>
#include <stdexcept>
#include "utils/utils_string.h"

Namespaces

namespace  shcore
 
namespace  shcore::polyglot
 
namespace  shcore::polyglot::database
 

Functions

std::string shcore::polyglot::database::to_string (Type type)
 
Type shcore::polyglot::database::string_to_type (const std::string &type)
 
std::string shcore::polyglot::database::type_to_dbstring (Type type, uint32_t length)
 
Type shcore::polyglot::database::dbstring_to_type (const std::string &data_type, const std::string &column_type)
 
std::string shcore::polyglot::database::to_string (const Column &c)