24#ifndef DD_SYSTEM_VIEWS__TABLE_CONSTRAINTS_EXTENSIONS_INCLUDED
25#define DD_SYSTEM_VIEWS__TABLE_CONSTRAINTS_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.TABLE_CONSTRAINTS_EXTENSIONS system view definition.
Definition: table_constraints_extensions.h:41
static const String_type & view_name()
Definition: table_constraints_extensions.cc:94
Table_constraints_extensions(const dd::String_type &)
Definition: table_constraints_extensions.cc:54
static const Table_constraints_extensions & instance()
Definition: table_constraints_extensions.cc:50
const String_type & name() const override
Definition: table_constraints_extensions.h:49
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