![]() |
MySQL 8.4.7
Source Code Documentation
|
Classes | |
| class | Charset_loader |
Typedefs | |
| template<typename Key > | |
| using | Hash = std::unordered_map< Key, CHARSET_INFO * > |
Functions | |
| template<size_t N> | |
| bool | starts_with (std::string name, const char(&prefix)[N]) |
| std::string | alternative_collation_name (std::string name) |
| template<typename Key > | |
| CHARSET_INFO * | find_in_hash (const Hash< Key > &hash, Key key) |
| CHARSET_INFO * | find_collation_in_hash (const Hash< std::string > &hash, const std::string &key) |
| CHARSET_INFO * | find_cs_in_hash (const Hash< std::string > &hash, const mysql::collation::Name &key) |
| template<typename Key > | |
| bool | add_to_hash (Hash< Key > *hash, Key key, CHARSET_INFO *cs) |
| using anonymous_namespace{collations_internal.cc}::Hash = typedef std::unordered_map<Key, CHARSET_INFO *> |
| bool anonymous_namespace{collations_internal.cc}::add_to_hash | ( | Hash< Key > * | hash, |
| Key | key, | ||
| CHARSET_INFO * | cs | ||
| ) |
| std::string anonymous_namespace{collations_internal.cc}::alternative_collation_name | ( | std::string | name | ) |
| CHARSET_INFO * anonymous_namespace{collations_internal.cc}::find_collation_in_hash | ( | const Hash< std::string > & | hash, |
| const std::string & | key | ||
| ) |
| CHARSET_INFO * anonymous_namespace{collations_internal.cc}::find_cs_in_hash | ( | const Hash< std::string > & | hash, |
| const mysql::collation::Name & | key | ||
| ) |
| CHARSET_INFO * anonymous_namespace{collations_internal.cc}::find_in_hash | ( | const Hash< Key > & | hash, |
| Key | key | ||
| ) |
| bool anonymous_namespace{collations_internal.cc}::starts_with | ( | std::string | name, |
| const char(&) | prefix[N] | ||
| ) |