24#ifndef DD__VIEW_TABLE_IMPL_INCLUDED
25#define DD__VIEW_TABLE_IMPL_INCLUDED
41class Open_dictionary_tables_ctx;
Definition: object_key.h:38
This class represents all data dictionary table like mysql.tables, mysql.columns and more.
Definition: object_table.h:72
Auxiliary class for opening dictionary tables.
Definition: transaction_impl.h:76
Definition: raw_record.h:46
Definition: view_impl.h:55
Definition: view_table_impl.h:48
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:116
bool restore_attributes(const Raw_record &r) override
Definition: view_table_impl.cc:75
static View_table_impl * clone(const View_table_impl &other, View_impl *view)
Definition: view_table_impl.h:119
virtual uint ordinal_position() const
Definition: view_table_impl.h:73
void debug_print(String_type &outb) const override
Definition: view_table_impl.cc:98
static View_table_impl * restore_item(View_impl *view)
Definition: view_table_impl.h:115
~View_table_impl() override=default
const Object_table & object_table() const override
Definition: view_table_impl.cc:131
String_type m_table_schema
Definition: view_table_impl.h:129
void set_ordinal_position(uint)
Definition: view_table_impl.h:71
View_impl * m_view
Definition: view_table_impl.h:133
void set_table_schema(const String_type &table_schema) override
Definition: view_table_impl.h:92
const String_type & table_name() const override
Definition: view_table_impl.h:100
bool validate() const override
Definition: view_table_impl.cc:63
String_type m_table_name
Definition: view_table_impl.h:130
static void register_tables(Open_dictionary_tables_ctx *otx)
Definition: view_table_impl.cc:137
const View & view() const override
Definition: view_table_impl.cc:57
void set_table_name(const String_type &table_name) override
Definition: view_table_impl.h:102
const String_type & table_catalog() const override
Definition: view_table_impl.h:80
String_type m_table_catalog
Definition: view_table_impl.h:128
Object_key * create_primary_key() const override
Definition: view_table_impl.cc:111
bool store_attributes(Raw_record *r) override
Definition: view_table_impl.cc:89
const String_type & table_schema() const override
Definition: view_table_impl.h:90
void set_table_catalog(const String_type &table_catalog) override
Definition: view_table_impl.h:82
Definition: view_table.h:42
Definition: weak_object_impl.h:48
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51
const mysql_service_registry_t * r
Definition: pfs_example_plugin_employee.cc:86