24#ifndef DD_SYSTEM_VIEWS__TABLES_EXTENSIONS_INCLUDED
25#define DD_SYSTEM_VIEWS__TABLES_EXTENSIONS_INCLUDED
31namespace system_views {
Definition: system_view_impl.h:33
const System_view_definition * view_definition() const override
Definition: system_view_impl.h:35
The class representing INFORMATION_SCHEMA.TABLES_EXTENSIONS system view definition.
Definition: tables_extensions.h:41
Tables_extensions(const dd::String_type &)
Definition: tables_extensions.cc:51
const String_type & name() const override
Definition: tables_extensions.h:49
static const Tables_extensions & instance()
Definition: tables_extensions.cc:49
static const String_type & view_name()
Definition: tables_extensions.cc:82
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