![]() |
MySQL 9.4.0
Source Code Documentation
|
Normalizes character set/collation names. More...
#include <collations.h>
Public Member Functions | |
| Name (const char *name) | |
| Constructor. More... | |
| Name (const char *name, size_t size) | |
| Constructor. More... | |
| ~Name ()=default | |
| Name (const Name &)=default | |
| Name (Name &&)=default | |
| Name & | operator= (const Name &)=default |
| Name & | operator= (Name &&)=default |
| std::string_view | to_string_view () const |
| Returns normalized name as std::string_view. More... | |
Private Attributes | |
| std::string | m_normalized |
Normalizes character set/collation names.
|
explicit |
Constructor.
| mysql::collation::Name::Name | ( | const char * | name, |
| size_t | size | ||
| ) |
Constructor.
|
default |
|
default |
|
default |
|
inline |
Returns normalized name as std::string_view.
|
private |