MySQL 9.1.0
Source Code Documentation
|
Classes | |
class | Charset_loader |
Typedefs | |
template<typename Key > | |
using | Hash = std::unordered_map< Key, CHARSET_INFO * > |
Functions | |
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 | ||
) |
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 | ||
) |