MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Rpl_info_values Class Reference
Collaboration diagram for Rpl_info_values:

Public Member Functions

 Rpl_info_values (int param_ninfo)
bool init ()

Public Attributes

Stringvalue

Detailed Description

Definition at line 24 of file rpl_info_values.h.

Member Function Documentation

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

Definition at line 30 of file rpl_info_values.cc.

Member Data Documentation

String* Rpl_info_values::value

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

Definition at line 35 of file rpl_info_values.h.


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