MySQL 8.4.0
Source Code Documentation
ShowWarningCount Class Reference

#include <show_warnings_parser.h>

Public Types

enum class  Scope { Local , Session , None }
 
using Verbosity = ShowWarnings::Verbosity
 

Public Member Functions

 ShowWarningCount (Verbosity verbosity, Scope scope)
 
Verbosity verbosity () const
 
Scope scope () const
 

Private Attributes

Verbosity verbosity_
 
Scope scope_
 

Member Typedef Documentation

◆ Verbosity

Member Enumeration Documentation

◆ Scope

enum class ShowWarningCount::Scope
strong
Enumerator
Local 
Session 
None 

Constructor & Destructor Documentation

◆ ShowWarningCount()

ShowWarningCount::ShowWarningCount ( Verbosity  verbosity,
Scope  scope 
)
inline

Member Function Documentation

◆ scope()

Scope ShowWarningCount::scope ( ) const
inline

◆ verbosity()

Verbosity ShowWarningCount::verbosity ( ) const
inline

Member Data Documentation

◆ scope_

Scope ShowWarningCount::scope_
private

◆ verbosity_

Verbosity ShowWarningCount::verbosity_
private

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