24#ifndef DD_TABLES__VIEW_TABLE_USAGE_INCLUDED
25#define DD_TABLES__VIEW_TABLE_USAGE_INCLUDED
Definition: object_key.h:38
Definition: object_table_impl.h:36
Definition: view_table_usage.h:38
static Object_key * create_key_by_name(const String_type &table_catalog, const String_type &table_schema, const String_type &table_name)
Definition: view_table_usage.cc:103
enum_foreign_keys
Definition: view_table_usage.h:55
@ FK_VIEW_ID
Definition: view_table_usage.h:55
static Object_key * create_primary_key(Object_id view_id, const String_type &table_catalog, const String_type &table_schema, const String_type &table_name)
Definition: view_table_usage.cc:92
static Object_key * create_key_by_view_id(Object_id view_id)
Definition: view_table_usage.cc:84
enum_fields
Definition: view_table_usage.h:42
@ NUMBER_OF_FIELDS
Definition: view_table_usage.h:47
@ FIELD_TABLE_NAME
Definition: view_table_usage.h:46
@ FIELD_VIEW_ID
Definition: view_table_usage.h:43
@ FIELD_TABLE_SCHEMA
Definition: view_table_usage.h:45
@ FIELD_TABLE_CATALOG
Definition: view_table_usage.h:44
static const View_table_usage & instance()
Definition: view_table_usage.cc:40
enum_indexes
Definition: view_table_usage.h:50
@ INDEX_PK_VIEW_ID_TABLE_CATALOG_TABLE_SCHEMA_TABLE_NAME
Definition: view_table_usage.h:51
@ INDEX_K_TABLE_CATALOG_TABLE_SCHEMA_TABLE_NAME
Definition: view_table_usage.h:52
View_table_usage()
Definition: view_table_usage.cc:47
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
unsigned long long Object_id
Definition: object_id.h:31
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51
const char * table_name
Definition: rules_table_service.cc:56