![]() |
MySQL 8.4.7
Source Code Documentation
|
TSID representation so that: More...
#include <tsid_plain.h>
Public Member Functions | |
| Tsid_plain ()=default | |
| Default ctor. More... | |
| Tsid_plain (const Tsid &tsid) | |
| Construct from tsid object. More... | |
| void | clear () |
| Clear this TSID. More... | |
| std::size_t | to_string (char *out) const |
| Copies internal tsid into a given buffer. More... | |
Private Attributes | |
| Uuid | m_uuid |
| GTID UUID. More... | |
| Tag_plain | m_tag |
| GTID Tag. More... | |
Friends | |
| class | Tsid |
TSID representation so that:
|
default |
Default ctor.
|
explicit |
Construct from tsid object.
| tsid | tsid to copy |
| void mysql::gtid::Tsid_plain::clear | ( | ) |
Clear this TSID.
| std::size_t mysql::gtid::Tsid_plain::to_string | ( | char * | out | ) | const |
Copies internal tsid into a given buffer.
| [out] | out | Buffer, needs to be pre-allocated |
|
friend |
|
private |
GTID Tag.
|
private |
GTID UUID.