MySQL 8.3.0
Source Code Documentation
Rpl_info_values Class Reference

#include <rpl_info_values.h>

Public Member Functions

 Rpl_info_values (int param_ninfo)
 
virtual ~Rpl_info_values ()
 
bool init ()
 Initializes a sequence of values to be read from or stored into a repository. More...
 

Public Attributes

Stringvalue
 Sequence of values to be read from or stored into a repository. More...
 
MY_BITMAP is_null
 Bitset to represent nullability of corresponding field values in value array above. More...
 

Private Member Functions

Rpl_info_valuesoperator= (const Rpl_info_values &values)
 
 Rpl_info_values (const Rpl_info_values &values)
 

Private Attributes

int ninfo
 

Constructor & Destructor Documentation

◆ Rpl_info_values() [1/2]

Rpl_info_values::Rpl_info_values ( int  param_ninfo)

◆ ~Rpl_info_values()

Rpl_info_values::~Rpl_info_values ( )
virtual

◆ Rpl_info_values() [2/2]

Rpl_info_values::Rpl_info_values ( const Rpl_info_values values)
private

Member Function Documentation

◆ init()

bool Rpl_info_values::init ( )

Initializes a sequence of values to be read from or stored into a repository.

The number of values created and initialized are determined by the property ninfo which is set while calling the constructor. Each value is created with the default size of FN_REFLEN.

Return values
falseNo error
trueFailure

◆ operator=()

Rpl_info_values & Rpl_info_values::operator= ( const Rpl_info_values values)
private

Member Data Documentation

◆ is_null

MY_BITMAP Rpl_info_values::is_null

Bitset to represent nullability of corresponding field values in value array above.

◆ ninfo

int Rpl_info_values::ninfo
private

◆ value

String* Rpl_info_values::value

Sequence of values to be read from or stored into a repository.


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