24#ifndef DD_SYSTEM_VIEWS__COLUMNS_EXTENSIONS_INCLUDED
25#define DD_SYSTEM_VIEWS__COLUMNS_EXTENSIONS_INCLUDED
31namespace system_views {
The class representing INFORMATION_SCHEMA.COLUMNS_EXTENSIONS system view definition.
Definition: columns_extensions.h:41
const String_type & name() const override
Definition: columns_extensions.h:49
static const Columns_extensions & instance()
Definition: columns_extensions.cc:50
static const String_type & view_name()
Definition: columns_extensions.cc:91
Columns_extensions(const dd::String_type &)
Definition: columns_extensions.cc:52
Definition: system_view_impl.h:33
const System_view_definition * view_definition() const override
Definition: system_view_impl.h:35
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