MySQL 8.4.2
Source Code Documentation
|
This is the complete list of members for dd::Properties, including all inherited members.
begin()=0 | dd::Properties | pure virtual |
begin() const =0 | dd::Properties | pure virtual |
clear()=0 | dd::Properties | pure virtual |
const_iterator typedef | dd::Properties | |
empty() const =0 | dd::Properties | pure virtual |
end()=0 | dd::Properties | pure virtual |
end() const =0 | dd::Properties | pure virtual |
exists(const String_type &key) const =0 | dd::Properties | pure virtual |
from_str(const String_type &number, T *value) | dd::Properties | static |
from_str(const String_type &bool_str, bool *value) | dd::Properties | static |
get(const String_type &key, String_type *value) const =0 | dd::Properties | pure virtual |
get(const String_type &key, Lex_type *value, MEM_ROOT *mem_root) const | dd::Properties | |
get(const String_type &key, Value_type *value) const | dd::Properties | |
insert_values(const Properties &properties)=0 | dd::Properties | pure virtual |
insert_values(const String_type &raw_string)=0 | dd::Properties | pure virtual |
iterator typedef | dd::Properties | |
Map typedef | dd::Properties | |
operator=(const Properties &)=delete | dd::Properties | |
parse_properties(const String_type &raw_properties) | dd::Properties | static |
Properties()=default | dd::Properties | |
Properties(const Properties &)=default | dd::Properties | |
raw_string() const =0 | dd::Properties | pure virtual |
remove(const String_type &key)=0 | dd::Properties | pure virtual |
set(const String_type &key, const String_type &value)=0 | dd::Properties | pure virtual |
set(const String_type &key, Value_type value) | dd::Properties | inline |
size() const =0 | dd::Properties | pure virtual |
size_type typedef | dd::Properties | |
to_str(T value) | dd::Properties | static |
valid_key(const String_type &key) const =0 | dd::Properties | pure virtual |
~Properties()=default | dd::Properties | virtual |