![]() |
MySQL 9.3.0
Source Code Documentation
|
Go to the source code of this file.
Classes | |
class | shcore::polyglot::database::Column |
These class represents a protocol independent Column The Resultset implementation for each protocol should make sure the metadata is represented on instances of this class. More... | |
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) |
bool | shcore::polyglot::database::is_string_type (Type type) |
bool | shcore::polyglot::database::is_binary_type (Type 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) |