MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for Key_part_spec, including all inherited members.
clone(MEM_ROOT *mem_root) const | Key_part_spec | inline |
get_expression() const | Key_part_spec | inline |
get_field_name() const | Key_part_spec | inline |
get_prefix_length() const | Key_part_spec | inline |
has_expression() const | Key_part_spec | inline |
is_ascending() const | Key_part_spec | inline |
is_explicit() const | Key_part_spec | inline |
Key_part_spec(Item *expression, enum_order order) | Key_part_spec | inline |
Key_part_spec(const char *column_name, Item *expression, enum_order order) | Key_part_spec | inline |
Key_part_spec(LEX_CSTRING column_name, uint prefix_length, enum_order order) | Key_part_spec | inline |
m_expression | Key_part_spec | private |
m_field_name | Key_part_spec | private |
m_has_expression | Key_part_spec | private |
m_is_ascending | Key_part_spec | private |
m_is_explicit | Key_part_spec | private |
m_prefix_length | Key_part_spec | private |
operator==(const Key_part_spec &other) const | Key_part_spec | |
resolve_expression(THD *thd) | Key_part_spec | |
set_name_and_prefix_length(const char *name, uint prefix_length) | Key_part_spec |