![]() |
MySQL 9.5.0
Source Code Documentation
|
#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) |