![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <string>#include "mysql.h"#include "mysql/plugin_keyring.h"#include "sql_common.h"#include <mysql/components/services/keyring_keys_metadata_iterator.h>#include <mysql/components/services/keyring_load.h>#include <mysql/components/services/keyring_reader_with_status.h>#include <mysql/components/services/keyring_writer.h>Go to the source code of this file.
Classes | |
| class | Key_info |
| class | Keyring_component |
| class | Source_keyring_component |
| class | Destination_keyring_component |
| class | Migrate_keyring |
Macros | |
| #define | MAX_KEY_LEN 16384 |
Typedefs | |
| using | const_keyring_writer_t = const mysql_service_keyring_writer_t |
| using | const_keyring_load_t = const mysql_service_keyring_load_t |
| using | const_keyring_reader_with_status_t = const mysql_service_keyring_reader_with_status_t |
| using | const_keyring_keys_metadata_iterator_t = const mysql_service_keyring_keys_metadata_iterator_t |
Enumerations | |
| enum class | enum_plugin_type { SOURCE_PLUGIN = 0 , DESTINATION_PLUGIN } |
| #define MAX_KEY_LEN 16384 |
| using const_keyring_load_t = const mysql_service_keyring_load_t |
| using const_keyring_writer_t = const mysql_service_keyring_writer_t |
|
strong |