MySQL 9.0.0
Source Code Documentation
Show_user_params Class Reference

Wrapper object for parameters required by SHOW CREATE USER statement. More...

#include <sql_rewrite.h>

Inheritance diagram for Show_user_params:
[legend]

Public Member Functions

 Show_user_params (bool hide_password_hash, bool print_identified_with_as_hex, String *param_metadata_str)
 

Public Attributes

bool hide_password_hash
 
bool print_identified_with_as_hex_
 
Stringmetadata_str
 

Additional Inherited Members

- Protected Member Functions inherited from Rewrite_params
virtual ~Rewrite_params ()=default
 

Detailed Description

Wrapper object for parameters required by SHOW CREATE USER statement.

Constructor & Destructor Documentation

◆ Show_user_params()

Show_user_params::Show_user_params ( bool  hide_password_hash,
bool  print_identified_with_as_hex,
String param_metadata_str 
)
inline

Member Data Documentation

◆ hide_password_hash

bool Show_user_params::hide_password_hash

◆ metadata_str

String* Show_user_params::metadata_str

◆ print_identified_with_as_hex_

bool Show_user_params::print_identified_with_as_hex_

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