MySQL 8.4.0
Source Code Documentation
Grant_params Class Reference

Wrapper object for parameters required for GRANT statement. More...

#include <sql_rewrite.h>

Inheritance diagram for Grant_params:
[legend]

Public Member Functions

 Grant_params (bool grant_as_specified, LEX_GRANT_AS *grant_as)
 

Public Attributes

bool grant_as_provided
 
LEX_GRANT_ASgrant_as_info
 

Additional Inherited Members

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

Detailed Description

Wrapper object for parameters required for GRANT statement.

Constructor & Destructor Documentation

◆ Grant_params()

Grant_params::Grant_params ( bool  grant_as_specified,
LEX_GRANT_AS grant_as 
)
inline

Member Data Documentation

◆ grant_as_info

LEX_GRANT_AS* Grant_params::grant_as_info

◆ grant_as_provided

bool Grant_params::grant_as_provided

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