![]() |
MySQL 9.7.0
Source Code Documentation
|
#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... | |
| 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.
| [in] | thd | Current thread |
| [out] | expression | Expression in UTF8MB4 |
| [out] | argument | Placeholder name |
| [out] | extra_information | Extra information |
| [out] | message_buffer | Buffer used to pass information |
| 0 | Success |
| 1 | Failure |