MySQL 8.3.0
Source Code Documentation
Alter_index_visibility Class Reference

An ALTER INDEX operation that changes the visibility of an index. More...

#include <sql_alter.h>

Public Member Functions

 Alter_index_visibility (const char *name, bool is_visible)
 
const char * name () const
 
bool is_visible () const
 The visibility after the operation is performed. More...
 

Private Attributes

const char * m_name
 
bool m_is_visible
 

Detailed Description

An ALTER INDEX operation that changes the visibility of an index.

Constructor & Destructor Documentation

◆ Alter_index_visibility()

Alter_index_visibility::Alter_index_visibility ( const char *  name,
bool  is_visible 
)
inline

Member Function Documentation

◆ is_visible()

bool Alter_index_visibility::is_visible ( ) const
inline

The visibility after the operation is performed.

◆ name()

const char * Alter_index_visibility::name ( ) const
inline

Member Data Documentation

◆ m_is_visible

bool Alter_index_visibility::m_is_visible
private

◆ m_name

const char* Alter_index_visibility::m_name
private

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