GPUdb C++ API  Version 6.2.0.3
gpudb::AdminVerifyDbResponse Struct Reference

A set of output parameters for adminVerifyDb(const AdminVerifyDbRequest&) 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
 

Detailed Description

A set of output parameters for adminVerifyDb(const AdminVerifyDbRequest&) 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 113 of file admin_verify_db.h.

Constructor & Destructor Documentation

◆ AdminVerifyDbResponse()

gpudb::AdminVerifyDbResponse::AdminVerifyDbResponse ( )
inline

Constructs an AdminVerifyDbResponse object with default parameter values.

Definition at line 120 of file admin_verify_db.h.

Member Data Documentation

◆ errorList

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

Definition at line 127 of file admin_verify_db.h.

◆ verifiedOk

bool gpudb::AdminVerifyDbResponse::verifiedOk

Definition at line 126 of file admin_verify_db.h.


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