![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include "mysql/gtids/gtid.h"#include "mysql/gtids/gtid_set.h"#include "mysql/gtids/sequence_number.h"#include "mysql/gtids/strconv/gtid_text_format.h"#include "mysql/gtids/tag.h"#include "mysql/gtids/tsid.h"#include "mysql/strconv/strconv.h"#include "mysql/utils/return_status.h"Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::strconv |
Functions | |
| void | mysql::strconv::encode_impl (const Gtid_text_format &format, Is_string_target auto &target, const mysql::gtids::Is_tag auto &tag) |
| void | mysql::strconv::decode_impl (const Gtid_text_format &, Parser &parser, mysql::gtids::Is_tag auto &tag) |
| void | mysql::strconv::encode_impl (const Gtid_text_format &format, Is_string_target auto &target, const mysql::gtids::Is_tsid auto &tsid) |
| void | mysql::strconv::decode_impl (const Gtid_text_format &format, Parser &parser, mysql::gtids::Is_tsid auto &tsid) |
| void | mysql::strconv::encode_impl (const Gtid_text_format &format, Is_string_target auto &target, const mysql::gtids::Is_gtid auto >id) |
| void | mysql::strconv::decode_impl (const Gtid_text_format &format, Parser &parser, mysql::gtids::Is_gtid auto >id) |
| void | mysql::strconv::encode_impl (const Gtid_text_format &format, Is_string_target auto &target, const mysql::gtids::Is_gtid_set auto >id_set) |
| template<mysql::gtids::Is_gtid_set Gtid_set_t> | |
| void | mysql::strconv::decode_impl (const Gtid_text_format &format, Parser &parser, Gtid_set_t >id_set) |
Experimental API header.