![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#include <view_routine_usage.h>
Public Types | |
| enum | enum_fields {  FIELD_VIEW_ID , FIELD_ROUTINE_CATALOG , FIELD_ROUTINE_SCHEMA , FIELD_ROUTINE_NAME , NUMBER_OF_FIELDS }  | 
| enum | enum_indexes { INDEX_PK_VIEW_ID_ROUTINE_CATALOG , INDEX_K_ROUTINE_CATALOG_ROUTINE_SCHEMA_ROUTINE_NAME } | 
| enum | enum_foreign_keys { FK_VIEW_ID } | 
  Public Types inherited from dd::Object_table_impl | |
| enum class | Common_option {  ENGINE , CHARSET , COLLATION , ROW_FORMAT , STATS_PERSISTENT , TABLESPACE }  | 
| enum class | Common_index { PK_ID , UK_NAME } | 
| enum class | Common_field { ID } | 
Public Member Functions | |
| View_routine_usage () | |
  Public Member Functions inherited from dd::Object_table_impl | |
| Object_table_impl (const String_type &schema_name, const String_type &table_name, const String_type &ddl_statement) | |
| Object_table_impl () | |
| const String_type & | name () const override | 
| Get the table name used by the target definition for the dictionary table.  More... | |
| Object_table_definition_impl * | target_table_definition () override | 
| Get the target definition for the dictionary table.  More... | |
| const Object_table_definition_impl * | target_table_definition () const override | 
| void | set_abandoned (uint last_dd_version) const override | 
| Mark the target definition for the dictionary table as abandoned.  More... | |
| bool | is_abandoned () const override | 
| Check if the dictionary table is abandoned.  More... | |
| const Object_table_definition_impl * | actual_table_definition () const override | 
| Get the actual definition for the dictionary table.  More... | |
| bool | set_actual_table_definition (const Properties &table_def_properties) const override | 
| Set the actual definition for the dictionary table.  More... | |
| virtual int | field_number (int target_field_number, const String_type &field_label) const | 
| int | field_number (const String_type &field_label) const override | 
| Get the field ordinal position in the object table.  More... | |
| bool | populate (THD *) const override | 
| Execute low level code for populating the table.  More... | |
| bool | is_hidden () const override | 
| Check if the table should be hidden.  More... | |
| void | set_hidden (bool hidden) override | 
| Mark the dictionary table as hidden or visible.  More... | |
| ~Object_table_impl () override=default | |
  Public Member Functions inherited from dd::Object_table | |
| virtual | ~Object_table ()=default | 
Static Public Member Functions | |
| static const View_routine_usage & | instance () | 
| static Object_key * | create_key_by_view_id (Object_id view_id) | 
| static Object_key * | create_primary_key (Object_id view_id, const String_type &routine_catalog, const String_type &routine_schema, const String_type &routine_name) | 
| static Object_key * | create_key_by_name (const String_type &routine_catalog, const String_type &routine_schema, const String_type &routine_name) | 
  Static Public Member Functions inherited from dd::Object_table | |
| static Object_table * | create_object_table () | 
| Allocate a new Object_table instance on the heap.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from dd::Object_table_impl | |
| uint | m_last_dd_version | 
| Object_table_definition_impl | m_target_def | 
| bool | m_actual_present | 
| Object_table_definition_impl | m_actual_def | 
| bool | m_hidden | 
| dd::tables::View_routine_usage::View_routine_usage | ( | ) | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static |