MySQL 8.3.0
Source Code Documentation
dd::system_views::Referential_constraints Class Reference

#include <referential_constraints.h>

Inheritance diagram for dd::system_views::Referential_constraints:
[legend]

Public Types

enum  enum_fields {
  FIELD_CONSTRAINT_CATALOG , FIELD_CONSTRAINT_SCHEMA , FIELD_CONSTRAINT_NAME , FIELD_UNIQUE_CONSTRAINT_CATALOG ,
  FIELD_UNIQUE_CONSTRAINT_SCHEMA , FIELD_UNIQUE_CONSTRAINT_NAME , FIELD_MATCH_OPTION , FIELD_UPDATE_RULE ,
  FIELD_DELETE_RULE , FIELD_TABLE_NAME , FIELD_REFERENCED_TABLE_NAME
}
 

Public Member Functions

 Referential_constraints ()
 
const String_typename () const override
 
- Public Member Functions inherited from dd::system_views::System_view_impl< System_view_select_definition_impl >
const System_view_definitionview_definition () const override
 
bool hidden () const override
 
- Public Member Functions inherited from dd::system_views::System_view
virtual ~System_view ()=default
 

Static Public Member Functions

static const Referential_constraintsinstance ()
 
static const String_typeview_name ()
 

Additional Inherited Members

- Protected Attributes inherited from dd::system_views::System_view_impl< System_view_select_definition_impl >
System_view_select_definition_impl m_target_def
 

Member Enumeration Documentation

◆ enum_fields

Enumerator
FIELD_CONSTRAINT_CATALOG 
FIELD_CONSTRAINT_SCHEMA 
FIELD_CONSTRAINT_NAME 
FIELD_UNIQUE_CONSTRAINT_CATALOG 
FIELD_UNIQUE_CONSTRAINT_SCHEMA 
FIELD_UNIQUE_CONSTRAINT_NAME 
FIELD_MATCH_OPTION 
FIELD_UPDATE_RULE 
FIELD_DELETE_RULE 
FIELD_TABLE_NAME 
FIELD_REFERENCED_TABLE_NAME 

Constructor & Destructor Documentation

◆ Referential_constraints()

dd::system_views::Referential_constraints::Referential_constraints ( )

Member Function Documentation

◆ instance()

const Referential_constraints & dd::system_views::Referential_constraints::instance ( )
static

◆ name()

const String_type & dd::system_views::Referential_constraints::name ( ) const
inlineoverridevirtual

◆ view_name()

static const String_type & dd::system_views::Referential_constraints::view_name ( )
inlinestatic

The documentation for this class was generated from the following files: