MySQL 9.0.0
Source Code Documentation
|
This is the complete list of members for mysql::gtid::Tag, including all inherited members.
decode_tag(const unsigned char *buf, std::size_t buf_len, const Gtid_format >id_format) | mysql::gtid::Tag | |
encode_tag(unsigned char *buf, const Gtid_format >id_format) const | mysql::gtid::Tag | |
from_cstring(const char *text) | mysql::gtid::Tag | |
from_string(const std::string &text) | mysql::gtid::Tag | |
get_data() const | mysql::gtid::Tag | inline |
get_data() | mysql::gtid::Tag | inline |
get_encoded_length(const Gtid_format >id_format) const | mysql::gtid::Tag | |
get_length() const | mysql::gtid::Tag | |
get_max_encoded_length() | mysql::gtid::Tag | inlinestatic |
is_character_valid(const char &character, std::size_t pos) | mysql::gtid::Tag | protectedstatic |
is_defined() const | mysql::gtid::Tag | inline |
is_empty() const | mysql::gtid::Tag | inline |
is_valid_end_char(const char &character) | mysql::gtid::Tag | protectedstatic |
m_data | mysql::gtid::Tag | protected |
operator!=(const Tag &other) const | mysql::gtid::Tag | |
operator<(const Tag &other) const | mysql::gtid::Tag | inline |
operator==(const Tag &other) const | mysql::gtid::Tag | |
replace(const char *text, std::size_t len) | mysql::gtid::Tag | protected |
Tag()=default | mysql::gtid::Tag | |
Tag(const Tag_plain &tag) | mysql::gtid::Tag | explicit |
Tag(const std::string &text) | mysql::gtid::Tag | |
Tag_data typedef | mysql::gtid::Tag | |
to_string() const | mysql::gtid::Tag | |
to_string(char *out) const | mysql::gtid::Tag |