23#ifndef DD__VIEW_TABLE_IMPL_INCLUDED
24#define DD__VIEW_TABLE_IMPL_INCLUDED
40class Open_dictionary_tables_ctx;
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
Definition: view_impl.h:54
Definition: view_table_impl.h:47
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: view_table_impl.cc:115
bool restore_attributes(const Raw_record &r) override
Definition: view_table_impl.cc:74
static View_table_impl * clone(const View_table_impl &other, View_impl *view)
Definition: view_table_impl.h:118
virtual uint ordinal_position() const
Definition: view_table_impl.h:72
void debug_print(String_type &outb) const override
Definition: view_table_impl.cc:97
static View_table_impl * restore_item(View_impl *view)
Definition: view_table_impl.h:114
~View_table_impl() override=default
const Object_table & object_table() const override
Definition: view_table_impl.cc:130
String_type m_table_schema
Definition: view_table_impl.h:128
void set_ordinal_position(uint)
Definition: view_table_impl.h:70
View_impl * m_view
Definition: view_table_impl.h:132
void set_table_schema(const String_type &table_schema) override
Definition: view_table_impl.h:91
const String_type & table_name() const override
Definition: view_table_impl.h:99
bool validate() const override
Definition: view_table_impl.cc:62
String_type m_table_name
Definition: view_table_impl.h:129
static void register_tables(Open_dictionary_tables_ctx *otx)
Definition: view_table_impl.cc:136
const View & view() const override
Definition: view_table_impl.cc:56
void set_table_name(const String_type &table_name) override
Definition: view_table_impl.h:101
const String_type & table_catalog() const override
Definition: view_table_impl.h:79
String_type m_table_catalog
Definition: view_table_impl.h:127
Object_key * create_primary_key() const override
Definition: view_table_impl.cc:110
bool store_attributes(Raw_record *r) override
Definition: view_table_impl.cc:88
const String_type & table_schema() const override
Definition: view_table_impl.h:89
void set_table_catalog(const String_type &table_catalog) override
Definition: view_table_impl.h:81
Definition: view_table.h:41
Definition: weak_object_impl.h:47
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:42
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