23#ifndef DD__INDEX_ELEMENT_IMPL_INCLUDED
24#define DD__INDEX_ELEMENT_IMPL_INCLUDED
44class Open_dictionary_tables_ctx;
Definition: index_element_impl.h:52
bool m_hidden
Definition: index_element_impl.h:169
bool store_attributes(Raw_record *r) override
Definition: index_element_impl.cc:99
bool deserialize(Sdi_rcontext *rctx, const RJ_Value &val) override
Re-establishes the state of *this by reading sdi information from the rapidjson DOM subobject provide...
Definition: index_element_impl.cc:132
Column & column() override
Definition: index_element_impl.h:109
uint ordinal_position() const override
Definition: index_element_impl.h:115
void set_length(uint length) override
Definition: index_element_impl.h:123
static void register_tables(Open_dictionary_tables_ctx *otx)
Definition: index_element_impl.cc:221
bool has_new_primary_key() const override
Indicates that object is guaranteed to have primary key value which doesn't exist in database (e....
Definition: index_element_impl.cc:165
Index_impl * m_index
Definition: index_element_impl.h:172
uint m_length
Definition: index_element_impl.h:165
const Index & index() const override
Definition: index_element_impl.h:99
Index & index() override
Definition: index_element_impl.h:101
bool is_hidden() const override
Definition: index_element_impl.h:133
void set_ordinal_position(uint ordinal_position)
Definition: index_element_impl.h:88
bool restore_attributes(const Raw_record &r) override
Definition: index_element_impl.cc:75
void set_order(enum_index_element_order order) override
Definition: index_element_impl.h:143
void set_length_null(bool) override
Definition: index_element_impl.h:125
uint length() const override
Definition: index_element_impl.h:121
Index_element_impl(Index_impl *index, Column *column)
Definition: index_element_impl.h:62
void serialize(Sdi_wcontext *wctx, Sdi_writer *w) const override
Converts *this into json.
Definition: index_element_impl.cc:120
Column * m_column
Definition: index_element_impl.h:173
static Index_element_impl * restore_item(Index_impl *index)
Definition: index_element_impl.h:148
enum_index_element_order m_order
Definition: index_element_impl.h:167
uint m_ordinal_position
Definition: index_element_impl.h:164
bool is_length_null() const override
Definition: index_element_impl.h:127
bool validate() const override
Definition: index_element_impl.cc:63
Object_key * create_primary_key() const override
Definition: index_element_impl.cc:160
void debug_print(String_type &outb) const override
Definition: index_element_impl.cc:143
~Index_element_impl() override=default
const Object_table & object_table() const override
Definition: index_element_impl.cc:215
Index_element_impl()
Definition: index_element_impl.h:54
enum_index_element_order order() const override
Definition: index_element_impl.h:141
static Index_element_impl * clone(const Index_element_impl &other, Index_impl *index)
Definition: index_element_impl.cc:194
bool is_prefix() const override
Check if index element represents prefix key part on the column.
Definition: index_element_impl.cc:178
void set_hidden(bool hidden) override
Definition: index_element_impl.h:135
const Column & column() const override
Definition: index_element_impl.h:107
Definition: index_element.h:44
enum_index_element_order
Definition: index_element.h:50
@ ORDER_ASC
Definition: index_element.h:50
Definition: index_impl.h:58
Definition: object_key.h:37
This class represents all data dictionary table like mysql.tables, mysql.columns and more.
Definition: object_table.h:71
Auxiliary class for opening dictionary tables.
Definition: transaction_impl.h:75
Definition: raw_record.h:45
Opaque context which keeps reusable resoureces needed during deserialization.
Definition: sdi.cc:230
Opaque context which keeps reusable resources needed during serialization.
Definition: sdi.cc:128
Definition: weak_object_impl.h:47
Fido Client Authentication nullptr
Definition: fido_client_plugin.cc:221
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:42
RJ_Writer Sdi_writer
Alias for the rapidjson Writer type to use in serialization.
Definition: sdi_fwd.h:63
rapidjson::GenericValue< RJ_Encoding, RJ_Allocator > RJ_Value
Definition: sdi_fwd.h:48
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:50
const mysql_service_registry_t * r
Definition: pfs_example_plugin_employee.cc:85
This header provides Rapidjson Type Aliases.
unsigned int uint
Definition: uca9-dump.cc:74