24#ifndef DD__VIEW_TABLE_INCLUDED 
   25#define DD__VIEW_TABLE_INCLUDED 
   37class View_table_usage;
 
Definition: view_table_impl.h:48
 
Definition: view_table.h:42
 
~View_table() override=default
 
virtual const String_type & table_schema() const =0
 
virtual const String_type & table_catalog() const =0
 
virtual const String_type & table_name() const =0
 
virtual void set_table_schema(const String_type &table_schema)=0
 
virtual const View & view() const =0
 
virtual void set_table_catalog(const String_type &table_catalog)=0
 
tables::View_table_usage DD_table
Definition: view_table.h:45
 
View_table_impl Impl
Definition: view_table.h:44
 
virtual void set_table_name(const String_type &table_name)=0
 
Base class for all data dictionary objects.
Definition: weak_object.h:42
 
Definition: view_table_usage.h:38
 
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