![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <gtid.h>
Public Types | |
using | Parent = inner::Gtid< inner::GtidRange > |
Public Member Functions | |
Gtid () | |
Gtid (const GTIDuuid &uid, const inner::GtidRange &r) | |
Gtid (const std::string &v) | |
bool | parse (const std::string &v) |
![]() | |
Gtid (const GTIDuuid &uid, T &&...v) | |
bool | operator== (const Gtid &other) const |
bool | contains (const Gtid< OtherRange > &other) const |
bool | parse (const std::string >id) |
std::string | to_string () const |
bool | try_merge (const GtidRange &range) |
bool | try_merge (const Gtid< SomeRange > >id) |
bool | insert (const Gtid< SomeRange > &other) |
void | set (const Gtid< SomeRange > &other) |
uint64_t | size () const |
const GTIDuuid & | get_uid () const |
const inner::GtidRange & | get_range () const |
Additional Inherited Members | |
![]() | |
GTIDuuid | uid_ |
inner::GtidRange | range_ |
|
inline |
|
inline |
|
inline |
|
inline |