MySQL 9.7.0
Source Code Documentation
s_mysql_column_masking_policy_retrieval Struct Reference

#include <object_policy_service.h>

Public Attributes

mysql_service_status_t(* get )(THD *thd, my_h_string policy_name, my_h_string expression, my_h_string argument, my_h_string extra_information, my_h_string message_buffer)
 Get policy details. More...
 

Member Data Documentation

◆ get

mysql_service_status_t(* s_mysql_column_masking_policy_retrieval::get) (THD *thd, my_h_string policy_name, my_h_string expression, my_h_string argument, my_h_string extra_information, my_h_string message_buffer)

Get policy details.

Parameters
[in]thdCurrent thread
[out]expressionExpression in UTF8MB4
[out]argumentPlaceholder name
[out]extra_informationExtra information
[out]message_bufferBuffer used to pass information
Returns
Status of the operation
Return values
0Success
1Failure

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