MySQL 8.0.37
Source Code Documentation
Mysql::Tools::Dump::Chain_data Class Reference

#include <chain_data.h>

Public Member Functions

 Chain_data (uint64 chain_id)
 
void abort ()
 
bool is_aborted ()
 Checks if specified chain is to be aborted. More...
 

Private Attributes

uint64 m_chain_id
 ID of chain. More...
 
bool m_is_aborted
 Specifies if chain execution is to be aborted. More...
 

Constructor & Destructor Documentation

◆ Chain_data()

Chain_data::Chain_data ( uint64  chain_id)
explicit

Member Function Documentation

◆ abort()

void Chain_data::abort ( )

◆ is_aborted()

bool Chain_data::is_aborted ( )

Checks if specified chain is to be aborted.

Returns true if should be aborted.

Member Data Documentation

◆ m_chain_id

uint64 Mysql::Tools::Dump::Chain_data::m_chain_id
private

ID of chain.

◆ m_is_aborted

bool Mysql::Tools::Dump::Chain_data::m_is_aborted
private

Specifies if chain execution is to be aborted.


The documentation for this class was generated from the following files: