GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AdminVerifyDbResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/admin_verify_db.h>

Public Member Functions

 AdminVerifyDbResponse ()
 Constructs an AdminVerifyDbResponse object with default parameter values. More...
 

Public Attributes

bool verifiedOk
 
std::vector< std::string > errorList
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Verify database is in a consistent state. When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.

Definition at line 145 of file admin_verify_db.h.

Constructor & Destructor Documentation

gpudb::AdminVerifyDbResponse::AdminVerifyDbResponse ( )
inline

Constructs an AdminVerifyDbResponse object with default parameter values.

Definition at line 152 of file admin_verify_db.h.

Member Data Documentation

std::vector<std::string> gpudb::AdminVerifyDbResponse::errorList

Definition at line 160 of file admin_verify_db.h.

std::map<std::string, std::string> gpudb::AdminVerifyDbResponse::info

Definition at line 161 of file admin_verify_db.h.

bool gpudb::AdminVerifyDbResponse::verifiedOk

Definition at line 159 of file admin_verify_db.h.


The documentation for this struct was generated from the following file: